changed names

This commit is contained in:
Jeena Paradies 2009-12-21 22:24:02 +01:00
parent db2b871465
commit c96bf615b5
4 changed files with 0 additions and 0 deletions

7
mk_pasteboard_tinyurl.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
# 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
growlnotify "TinyURL" -m `pbpaste`