script shell si l'entrée est vide

if [ $# -eq 0 ]
  then
    echo "No arguments supplied"
fi
Ill Ibis