git: 9front

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

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