git: 9front

ref: bbc1164aa413fc749907e2f29b60599b54d2b5d7
dir: /rc/bin/tinyurl/

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