git: 9front

ref: 3af4fa5f99c48fd52d97db9de541ead22b765d72
dir: /rc/bin/tinyurl/

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