git: 9front

ref: b8d3b7d0a164f8927f01bde90566674ca04c5c12
dir: /rc/bin/tinyurl/

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