git: 9front

ref: 6f24c4d4ee7ee599a78098c76b0b38c9b63b4ddd
dir: /rc/bin/tinyurl/

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