git: 9front

ref: f89fccb9656e616653267d12b0bc19cd3da19ebd
dir: /rc/bin/tinyurl/

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