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/sh | |
# This shows how to handle combined short options along with | |
# other long and short options. It does so by splitting them | |
# apart (e.g. 'tar -xvzf ...' -> 'tar -x -v -z -f ...') | |
while test $# -gt 0 | |
do | |
case $1 in |
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
> Peter Host's Custom Quix Commands | |
> TITLE: quix.txt | |
> GITHUB: https://raw.github.com/peterhost/quix/master/quix.txt | |
> MORE: http://quixapp.com | |
>--------------------- | |
> QUIX | |
>--------------------- | |
edit http://gist.github.com/gists/1397755/edit Edit my Quix Commands |
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
1. Download: http://files.getdropbox.com/u/559047/cocoa.tgz | |
2. sudo mv /Library/Frameworks/RubyCocoa.framework -> /Library/Frameworks/RubyCocoa.framework-bad | |
3. upack cocoa.tgz into /Library/Frameworks/ | |
4. sudo mv /Library/Frameworks/RubyCocoa.framework-good -> /Library/Frameworks/RubyCocoa.framework | |
hope it helps |