summaryrefslogtreecommitdiff
path: root/ult/ult_9/dir-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ult/ult_9/dir-test.sh')
-rw-r--r--ult/ult_9/dir-test.sh5
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