Skip to content

Instantly share code, notes, and snippets.

@claudio4
Created January 21, 2017 18:34
Show Gist options
  • Save claudio4/1ad3e1b602c81623b24e224c61af9eb1 to your computer and use it in GitHub Desktop.
Save claudio4/1ad3e1b602c81623b24e224c61af9eb1 to your computer and use it in GitHub Desktop.
PXL.LT Hook for ScreenCloud
PXLKEY='YOUR pxl.lt key'
curl -s \
-F "file=@$1" \
-F "upload-key=$PXLKEY" \
https://pxl.lt/screenshot/upload.php; echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment