shithub: front

ref: e05e30eacaf79d00b2eca0387256cde6e67e362f
dir: /rc/bin/tinyurl/

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