git: 9front

ref: a48282e19573ae60b8cb4e007e64416ec141fee4
dir: /rc/bin/tinyurl/

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