diff options
author | Jovina | 2012-01-19 17:30:57 +0530 |
---|---|---|
committer | Jovina | 2012-01-19 17:30:57 +0530 |
commit | 6ddb186f3ec432935da4a83e525cfa261bc44710 (patch) | |
tree | 412c23ead8693647277ced52d833b95fc1c898ef /ult/ult_7/dir-test.sh | |
parent | 72f926dfcebd3d81ad6c2c0795ee275e12af310c (diff) | |
download | sees-6ddb186f3ec432935da4a83e525cfa261bc44710.tar.gz sees-6ddb186f3ec432935da4a83e525cfa261bc44710.tar.bz2 sees-6ddb186f3ec432935da4a83e525cfa261bc44710.zip |
Added ULT-7 after modifiying the script & slides based on the review.
Diffstat (limited to 'ult/ult_7/dir-test.sh')
-rw-r--r-- | ult/ult_7/dir-test.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ult/ult_7/dir-test.sh b/ult/ult_7/dir-test.sh new file mode 100644 index 0000000..11479ff --- /dev/null +++ b/ult/ult_7/dir-test.sh @@ -0,0 +1,5 @@ +#!/bin/bash +if test -d $1 +then + echo "Yes, the directory" $1 "is present" +fi |