changed description
This commit is contained in:
parent
c96bf615b5
commit
c8081b2a0f
1 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
growlnotify "TinyURL" -m `pbpaste`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue