git: 9front

ref: 5fca70da60785f392f8bbd92f992f86382e23e28
dir: /rc/bin/tinyurl/

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