Проверьте параметр один удар
if [ -z "$1" ]
then
echo "No argument supplied"
fi
Excited Elk
if [ -z "$1" ]
then
echo "No argument supplied"
fi