git: 9front

ref: 595093a600f3f894dec4ee8dc99f70bafc4c573d
dir: /rc/bin/tinyurl/

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