git: 9front

ref: 4218d7d5154e3f3a75a5f10af80c19dd38775ef7
dir: /rc/bin/tinyurl/

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