From c9a6f30490d5600ff21d4729df7f9c17686380e4 Mon Sep 17 00:00:00 2001 From: Jovina Date: Wed, 1 Feb 2012 12:59:45 +0530 Subject: Added 8 ult scripts --- ult/ult_7/dir-test.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ult/ult_7/dir-test.sh (limited to 'ult/ult_7/dir-test.sh') 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 -- cgit From 83cd96fab979b0fb1c815a321ec0cc127e1cf4ea Mon Sep 17 00:00:00 2001 From: Jovina Date: Wed, 8 Aug 2012 12:37:21 +0530 Subject: Removed ult_7. --- ult/ult_7/dir-test.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 ult/ult_7/dir-test.sh (limited to 'ult/ult_7/dir-test.sh') 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 -- cgit