git: 9front

ref: ea92a0dd80181f8be70d72fffdce4939ea7e3ed9
dir: /rc/bin/tinyurl/

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