diff --git a/mk_pasteboard_tinyurl.sh b/mk_pasteboard_tinyurl.sh index 33468ed..d9ab64d 100755 --- a/mk_pasteboard_tinyurl.sh +++ b/mk_pasteboard_tinyurl.sh @@ -1,7 +1,7 @@ #!/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 -growlnotify "TinyURL" -m `pbpaste` \ No newline at end of file +growlnotify "TinyURL" -m `pbpaste`