shithub: front

ref: d41236fef563ebc6bb0c6e3d77959eedf7e091f7
dir: /rc/bin/tinyurl/

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