git: 9front

ref: afb8d3ed522de4e2eecf67f9bcedf4b98c28213b
dir: /rc/bin/tinyurl/

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