Skip to content

Instantly share code, notes, and snippets.

View RoxaBee's full-sized avatar

Roxana Bradescu RoxaBee

  • Google VulnCC
  • California
View GitHub Profile

Keybase proof

I hereby claim:

  • I am roxabee on github.
  • I am roxabee (https://keybase.io/roxabee) on keybase.
  • I have a public key ASBzvYOEMlVCW19jZvOPinwcdW9rz3yqbKa0zFAJeYGj7Ao

To claim this, I am signing this object:

#!/bin/sh
if [ -z "${GITHUB_OAUTH_TOKEN}" ] ; then
echo "Assuming `export GITHUB_OAUTH_TOKEN=...` in your .bash profile" >&2
exit 1
fi
if [ "$#" -ne 1 ]; then
echo "Usage: $0 github_org_name" >&2
exit 1