Skip to content

Instantly share code, notes, and snippets.

@loganhasson
Created July 15, 2014 20:26
Show Gist options
  • Save loganhasson/5dc3304595172c768f89 to your computer and use it in GitHub Desktop.
Save loganhasson/5dc3304595172c768f89 to your computer and use it in GitHub Desktop.
function gho () {
if [ -n "$3" ]; then
private=$("false")
else
private=$("true")
fi
curl -s -u 'username:apikey' https://api.github.com/orgs/"$2"/repos -d "{\"name\":\"$1\",\"private\":\"$private\"}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment