From: hackbard Date: Sun, 10 Feb 2008 17:40:03 +0000 (+0100) Subject: added $1 check - removed lots of files :( X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=commitdiff_plain;h=2d95c5c11703731d2049b8a185f7cff5a6a5b329 added $1 check - removed lots of files :( --- diff --git a/run b/run index 36b1b75..67d6d73 100755 --- a/run +++ b/run @@ -1,3 +1,7 @@ +if [ -z "$1" ]; then + exit +fi + [ ! -d $1 ] && mkdir $1 ./clean $1 ./sic $@