summaryrefslogtreecommitdiffstats
path: root/drop.sh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-02-02 10:10:41 +0100
committerFlorian Pritz <f-p@gmx.at>2009-02-02 10:10:41 +0100
commit1978be4439657a04d2e23227f5c66bb7d4124c18 (patch)
tree134fffe3e232fbf3435bcdf38e015d11e85b852f /drop.sh
parentbfe28d7b3ca349968521dd527d984882baf256c2 (diff)
downloadbin-1978be4439657a04d2e23227f5c66bb7d4124c18.tar.gz
bin-1978be4439657a04d2e23227f5c66bb7d4124c18.tar.xz
updated
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