git: 9front

ref: be57c8acdde5326d05f4e484d28ebe028a443bed
dir: /rc/bin/tinyurl/

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