git: 9front

ref: 72a67bb12788d137335f8b50f2cdbba71445bb1d
dir: /rc/bin/tinyurl/

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