Vérifiez le paramètre un bash
if [ -z "$1" ]
then
echo "No argument supplied"
fi
Excited Elk
if [ -z "$1" ]
then
echo "No argument supplied"
fi