Created
March 20, 2012 06:15
-
-
Save nicokruger/2131920 to your computer and use it in GitHub Desktop.
Blogger does not have code blocks
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
This gist will host random code listings for blogger posts. |
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
gister.sh -x nicokruger argstester.sh - Hello World 1 2 3 |
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
gister.sh -x nicokruger 8ball.rb |
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
gister.sh -x nicokruger foreach - $(gister.sh -s nicokruger count-files) | xargs gister.sh -x nicokruger simple-gnuplot.sh - |
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
gister.sh -x nicokruger SimpleRL.py |
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
Usage: | |
At the moment the arg parsing is a but stupid. Your arguments NEED to be in order. | |
1st argument - must be "-x" (for execute), "-c" (for cat), or "-s" (for store) | |
2nd argument - github user, eg. nicokruger | |
3rd argument - fileNAME of the Gist. At the moment it can't do anything with unnamed gists. So you need a gist with a filename |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment