added $1 check - removed lots of files :(
authorhackbard <hackbard@sage.physik.uni-augsburg.de>
Sun, 10 Feb 2008 17:40:03 +0000 (18:40 +0100)
committerhackbard <hackbard@sage.physik.uni-augsburg.de>
Sun, 10 Feb 2008 17:40:03 +0000 (18:40 +0100)
run

diff --git a/run b/run
index 36b1b75..67d6d73 100755 (executable)
--- a/run
+++ b/run
@@ -1,3 +1,7 @@
+if [ -z "$1" ]; then
+       exit
+fi
+
 [ ! -d $1 ] && mkdir $1
 ./clean $1
 ./sic $@