Skip to content

Instantly share code, notes, and snippets.

@makerneo-com
Created October 12, 2012 14:45
Show Gist options
  • Select an option

  • Save makerneo-com/3879550 to your computer and use it in GitHub Desktop.

Select an option

Save makerneo-com/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