git: 9front

ref: 2dea7c2f8e55b4de0c79448c3ce03351a8f75e3b
dir: /rc/bin/tinyurl/

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