bashfulrobot
11/3/2017 - 3:51 AM

url shortener

#!/bin/bash

curl -s -F "shorten=$1" https://0x0.st | xclip -selection c

exit 0