Skip to content

Instantly share code, notes, and snippets.

@masak
Created February 10, 2009 13:53
Show Gist options
  • Save masak/61392 to your computer and use it in GitHub Desktop.
Save masak/61392 to your computer and use it in GitHub Desktop.
$ cat > gimp
#!/bin/bash
open /Applications/Gimp.app $*
$ sudo mv gimp /bin/
$ chmod u+x /bin/gimp
$ gimp
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment