Skip to content

Instantly share code, notes, and snippets.

@rnorth
Created September 19, 2014 06:38
Show Gist options
  • Save rnorth/f7e2fad195662fd2cb26 to your computer and use it in GitHub Desktop.
Save rnorth/f7e2fad195662fd2cb26 to your computer and use it in GitHub Desktop.
Check bitbucket open repository count is expected
[[ $(http "https://bitbucket.org/api/2.0/repositories/{username}" | jq '.values | length') == 0 ]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment