git: 9front

ref: 692e90d5612c0ee51031626c33cc41092f64ccf6
dir: /rc/bin/tinyurl/

View raw version
#!/bin/rc
# tinyurl url
for (url) {
	hget http://tinyurl.com/api-create.php?url'='$url
	echo
}