git: 9front

ref: 126e88c194b8cb1e806520eda547df080cab2175
dir: /rc/bin/tinyurl/

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