bash Dodaj argument pomocy

if [ "$1" == "-h" ]; then
  echo "Usage: `basename $0` [somestuff]"
  exit 0
fi
Modern Mamba