Skip to content

Instantly share code, notes, and snippets.

@englishm
Created November 23, 2011 18:57
Show Gist options
  • Save englishm/1389551 to your computer and use it in GitHub Desktop.
Save englishm/1389551 to your computer and use it in GitHub Desktop.
$ cat <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
#!/usr/bin/env bash
shopt -s extglob
PS4="+ \${BASH_SOURCE##\${rvm_path:-}} : \${FUNCNAME[0]:+\${FUNCNAME[0]}()} \${LINENO} > "
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment