Skip to content

Instantly share code, notes, and snippets.

@aidancasey
Last active August 26, 2015 02:22
Show Gist options
  • Save aidancasey/99565dfe79c0e955f904 to your computer and use it in GitHub Desktop.
Save aidancasey/99565dfe79c0e955f904 to your computer and use it in GitHub Desktop.
Linux - to execute a .sh script file from a bash shell
// to change permissions to make this file executable:
// then execute it
chmod +x file.sh
./file.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment