git: 9front

ref: fa3bd966a39b588e91ed8d4f31267e92bc3e1acf
dir: /rc/bin/tinyurl/

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