git: 9front

ref: b4da1c54d9946de26a222fafffc8e583c1d707ad
dir: /rc/bin/tinyurl/

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