Created
November 17, 2016 22:19
-
-
Save jacobsimeon/58880a3e089aa9042cc0f43c0382bcd6 to your computer and use it in GitHub Desktop.
Pass variable
This file contains 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
#/bin/bash | |
VAR=5 | |
./other $VAR |
This file contains 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
#/bin/bash | |
echo $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment