summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-12-16 23:52:27 +0000
committerChristian Pointner <equinox@helsinki.at>2009-12-16 23:52:27 +0000
commit3f70847018870884d611fa86a1d9643c7e2a9816 (patch)
treed00e611ae2717ebdcef15c846fc50aedc99905c7
parentadded sample config (diff)
removed useless newfile.sh sample
-rwxr-xr-xnewfile.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/newfile.sh b/newfile.sh
deleted file mode 100755
index e388c4a..0000000
--- a/newfile.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-DIR=$1
-FILENAME=$2
-SIZE=$3
-
-if [ -z "$FILENAME" ]; then
- exit 1;
-fi
-
-echo "new file of size $SIZE detected: $DIR/$FILENAME" >> /tmp/newfile.log
-sleep 5
-rm -f $DIR/$FILENAME >> /tmp/newfile.log 2>&1
-
-exit 0 \ No newline at end of file