Last active
August 26, 2015 02:22
-
-
Save aidancasey/99565dfe79c0e955f904 to your computer and use it in GitHub Desktop.
Linux - to execute a .sh script file from a bash shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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