summaryrefslogtreecommitdiffstats
path: root/drop.sh
blob: 848cd318732235d12c18028a3b700e9469ef9764 (plain)
1
2
3
4
5
#!/bin/sh
if echo "$1" | grep ".torrent$" > /dev/null
then
  mv "$1" /mnt/mistral/flo/torrent/watch
fi