Skip to content

Instantly share code, notes, and snippets.

@bashfulrobot
Created November 3, 2017 03:51
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 bashfulrobot/6c070d8db0b989417f715d69e6eb11ee to your computer and use it in GitHub Desktop.
Save bashfulrobot/6c070d8db0b989417f715d69e6eb11ee to your computer and use it in GitHub Desktop.
#!/bin/bash
curl -s -F "shorten=$1" https://0x0.st | xclip -selection c
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment