summaryrefslogtreecommitdiffstats
path: root/drop.sh
diff options
context:
space:
mode:
Diffstat (limited to 'drop.sh')
-rwxr-xr-xdrop.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/drop.sh b/drop.sh
new file mode 100755
index 0000000..848cd31
--- /dev/null
+++ b/drop.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+if echo "$1" | grep ".torrent$" > /dev/null
+then
+ mv "$1" /mnt/mistral/flo/torrent/watch
+fi