git: 9front

ref: 20fba2f295b47dbb38cd54570b87f3661df09e1e
dir: /rc/bin/tinyurl/

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