Created
January 24, 2024 06:15
-
-
Save michaelmrose/d61dc93876106d40148a6cf0c4b835da to your computer and use it in GitHub Desktop.
bash script
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
#!/usr/bin/env bash | |
cd /some/cool/directory | |
./executable | |
# This is a comment its not run | |
# this too | |
# now chmod +x /full/path/to/me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment