skrypt powłoki Jeśli wejście jest puste
if [ $# -eq 0 ]
then
echo "No arguments supplied"
fi
Ill Ibis
if [ $# -eq 0 ]
then
echo "No arguments supplied"
fi