From e15b2b5f6036dc645088f8f8aaacd7131c093370 Mon Sep 17 00:00:00 2001 From: Jovina Date: Tue, 21 Aug 2012 13:42:02 +0530 Subject: Added ULT - part 9. --- ult/ult_9/dir-test.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ult/ult_9/dir-test.sh (limited to 'ult/ult_9/dir-test.sh') 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 -- cgit