git: 9front

ref: 9651ea1aa6596c986084a5d358e0633ee5ceb54d
dir: /rc/bin/tinyurl/

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