git: 9front

ref: 0b950d557452938190be64ddcde1d9e30f6e9c67
dir: /rc/bin/tinyurl/

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