Skip to content

Instantly share code, notes, and snippets.

@jedahan
Created April 12, 2016 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jedahan/ae064427d6a5a96b26d5b9b24304fb02 to your computer and use it in GitHub Desktop.
Save jedahan/ae064427d6a5a96b26d5b9b24304fb02 to your computer and use it in GitHub Desktop.
function r() {
(( ! $# )) && echo "$0 reviewer [cc [cc...]]" || \
echo EDITOR=true review -g -r $1 ${2+-c "${(j.,.)@[2,-1]}"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment