diff options
author | hardythe1 | 2012-08-08 15:04:04 +0530 |
---|---|---|
committer | hardythe1 | 2012-08-08 15:04:04 +0530 |
commit | 7ee1718d5b9d6f8450cb5cdd023b8a067f8d06ec (patch) | |
tree | 792641223966b966693e22f2049e2534cef154c4 /ult/ult_7/dir-test.sh | |
parent | 8dfb36c8626f56f96b4be431596a7a902b410955 (diff) | |
parent | d0c0139c362aa0d04073fbb901ee81b3c47bf158 (diff) | |
download | sdes-stscripts-7ee1718d5b9d6f8450cb5cdd023b8a067f8d06ec.tar.gz sdes-stscripts-7ee1718d5b9d6f8450cb5cdd023b8a067f8d06ec.tar.bz2 sdes-stscripts-7ee1718d5b9d6f8450cb5cdd023b8a067f8d06ec.zip |
fixing errors
Diffstat (limited to 'ult/ult_7/dir-test.sh')
-rw-r--r-- | ult/ult_7/dir-test.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ult/ult_7/dir-test.sh b/ult/ult_7/dir-test.sh deleted file mode 100644 index 11479ff..0000000 --- a/ult/ult_7/dir-test.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -if test -d $1 -then - echo "Yes, the directory" $1 "is present" -fi |