changed names
This commit is contained in:
parent
db2b871465
commit
c96bf615b5
4 changed files with 0 additions and 0 deletions
7
mk_pasteboard_tinyurl.sh
Executable file
7
mk_pasteboard_tinyurl.sh
Executable 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`
|
Loading…
Add table
Add a link
Reference in a new issue