git: 9front

ref: eddec190cb40753396431db751e52b09d28b296e
dir: /rc/bin/tinyurl/

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