summaryrefslogtreecommitdiff
path: root/ult/ult_7/dir-test.sh
blob: 11479ff4e5d44c5fc14db42e21cd39763496029c (plain)
1
2
3
4
5
#!/bin/bash
if test -d $1
then
  echo "Yes, the directory" $1 "is present"
fi