changed description
This commit is contained in:
parent
c96bf615b5
commit
c8081b2a0f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/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
|
# turns it to a TinyURL which its writes back to it
|
||||||
|
|
||||||
curl -s http://tinyurl.com/api-create.php?url=`pbpaste` | pbcopy
|
curl -s http://tinyurl.com/api-create.php?url=`pbpaste` | pbcopy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue