git: 9front

ref: 20e6629f9c75fb44d03a927eda9fd047b608849d
dir: /rc/bin/tinyurl/

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