From c8081b2a0f1bf0f1a95a1d11d9a424108f9a3a42 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Mon, 21 Dec 2009 22:35:49 +0100 Subject: [PATCH] changed description --- mk_pasteboard_tinyurl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`