shithub: plan9front

ref: 03499e53ccf8391c5b5d4b9eca096abe5e9312c3
dir: /rc/bin/tinyurl/

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