Skip to content

Instantly share code, notes, and snippets.

@apg
Created September 29, 2017 17:48
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 apg/b5ff96073af6c2e9ceab11889dc43fd2 to your computer and use it in GitHub Desktop.
Save apg/b5ff96073af6c2e9ceab11889dc43fd2 to your computer and use it in GitHub Desktop.
#!/bin/sh
if [[ -z "$1" ]]; then
echo "usage: $0 <key>"
exit 1
fi
curl -X POST -d "key=$1" https://yubi-expire.herokuapp.com/
echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment