This website requires JavaScript.
Explore
Help
Register
Sign in
cirno
/
plan9front
Watch
1
Star
0
Fork
You've already forked plan9front
0
mirror of
git://git.9front.org/plan9front/plan9front
synced
2025-01-12 11:10:06 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
front
plan9front
/
rc
/
bin
/
tinyurl
7 lines
95 B
Text
Raw
Permalink
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