Skip to content

Instantly share code, notes, and snippets.

@nowakf
Created September 5, 2018 17:25
Show Gist options
  • Save nowakf/e88fc835db8a6c7e4e1a9dd2ead19fb4 to your computer and use it in GitHub Desktop.
Save nowakf/e88fc835db8a6c7e4e1a9dd2ead19fb4 to your computer and use it in GitHub Desktop.
#!/bin/bash
curl -X POST -d '{"public":true,"files":{"'"$1"'":{"content":'"$(cat /dev/stdin | jq -Rsc .)"'}}}' -u nowakf:$(pass github.com/nowakf) 'https://api.github.com/gists'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment