git: 9front

ref: 0c435d84b17c1ead071b16e67fdc711f4871995c
dir: /rc/bin/tinyurl/

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