git: 9front

ref: 38eae858b6ca15dfe32f1ff71ab6e72e3217b294
dir: /rc/bin/tinyurl/

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