changed description

This commit is contained in:
Jeena Paradies 2009-12-21 22:35:49 +01:00
parent c96bf615b5
commit c8081b2a0f

View file

@ -1,6 +1,6 @@
#!/bin/sh
# tinyurl.sh takes a url from the message buffer and
# mk_pasteboard_tinyurl.sh takes a url from the message buffer and
# turns it to a TinyURL which its writes back to it
curl -s http://tinyurl.com/api-create.php?url=`pbpaste` | pbcopy