git: 9front

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

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