diff options
Diffstat (limited to 'ult/ult_9/dir-test.sh')
-rw-r--r-- | ult/ult_9/dir-test.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ult/ult_9/dir-test.sh b/ult/ult_9/dir-test.sh new file mode 100644 index 0000000..11479ff --- /dev/null +++ b/ult/ult_9/dir-test.sh @@ -0,0 +1,5 @@ +#!/bin/bash +if test -d $1 +then + echo "Yes, the directory" $1 "is present" +fi |