git: 9front

ref: 55b8b5ccf5cb157b492ed8e84e95fefb3d43ecee
dir: /rc/bin/tinyurl/

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