Skip to content

Instantly share code, notes, and snippets.

@relrod
Created January 9, 2010 02:29
Show Gist options
  • Save relrod/272671 to your computer and use it in GitHub Desktop.
Save relrod/272671 to your computer and use it in GitHub Desktop.
function go() {
NAME=$(${1} | cut -d '.' -f 1)
6g ${1};
6l $NAME.6;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment