Skip to content

Instantly share code, notes, and snippets.

@jamiecook
Created May 25, 2012 04:52
Show Gist options
  • Save jamiecook/2785833 to your computer and use it in GitHub Desktop.
Save jamiecook/2785833 to your computer and use it in GitHub Desktop.
Simple version of git-shell which passes arguments straight through to bash
#!/usr/bin/env bash
shift # strip the ruby version number
exec bash "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment