shithub: plan9front

ref: 4fb65ae3e84f536a9b924082b7c59a30d5802e6b
dir: /rc/bin/tinyurl/

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