skrip shell jika input kosong

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