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