Skip to content

Instantly share code, notes, and snippets.

@Adron
Created December 28, 2018 08:21
Show Gist options
  • Select an option

  • Save Adron/ece3ebae47b87454291e18474d073a6a to your computer and use it in GitHub Desktop.

Select an option

Save Adron/ece3ebae47b87454291e18474d073a6a to your computer and use it in GitHub Desktop.
Getting Bash Parameters
echo "The first parameter $1"
echo "The second parameter is $2"
echo "The \$0 parametere returns the name of the file! This file is named $0."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment