Created
March 17, 2017 13:17
-
-
Save marioplumbarius/544133d1d31136be5736fa3e79b40df1 to your computer and use it in GitHub Desktop.
Sample bash.
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
#!/bin/bash | |
execute(){ | |
echo "sample execute like a charm!" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment