Skip to content

Instantly share code, notes, and snippets.

@alech
Created February 19, 2013 09:25
Show Gist options
  • Save alech/4984325 to your computer and use it in GitHub Desktop.
Save alech/4984325 to your computer and use it in GitHub Desktop.
To make it able to paste stuff like $ git clone ... directly into your shell
#!/bin/sh
PROGNAME=$1
shift
$PROGNAME $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment