git: 9front

ref: 8503663912e97233ab06fcc0b624df58f1dfd748
dir: /rc/bin/tinyurl/

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