This website requires JavaScript.
Explore
Help
Register
Sign In
xfnw
/
plan9fox
Watch
1
Star
0
Fork
You've already forked plan9fox
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
2e3eb536ae
plan9fox
/
rc
/
bin
/
tinyurl
7 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tinyurl: sync with bell labs plan 9
2011-07-29 21:36:19 +00:00
#!/bin/rc
tinyurl: geoff's rewrite accepts multiple URLs
2011-08-15 04:10:46 +00:00
# tinyurl url
for (url) {
hget http://tinyurl.com/api-create.php?url'='$url
echo
tinyurl: sync with bell labs plan 9
2011-07-29 21:36:19 +00:00
}
Reference in a new issue
Copy permalink