Skip to content

Instantly share code, notes, and snippets.

@h2ero
Created October 12, 2012 14:45
Show Gist options
  • Save h2ero/3879550 to your computer and use it in GitHub Desktop.
Save h2ero/3879550 to your computer and use it in GitHub Desktop.
ubuntu script
#!/bin/sh
args=$@
path=${args#vim}
gnome-terminal -e "vim $args"
#!/bin/sh
args=$@
${args#vim}
#!/bin/sh
/usr/bin/nautilus --no-desktop $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment