git: 9front

ref: d0bec7a498e467ce995b9ab3f2675d95e69d21d3
dir: /rc/bin/tinyurl/

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