Guest User

Share on GnuSocial from CLI

a guest
Oct 28th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. function quittearimg() { echo 'Mensaje: ' ; read mensaje ; curl -u usuario:passwd -F "media=@$1" -F "status=$mensaje" https://quitter.im/api/statuses/update.xml --write-out %{http_code} --silent --output /dev/null; }
Advertisement
Add Comment
Please, Sign In to add comment