shithub: riscv

ref: 24bb136c8585cc82374607f576f3858f610c37f9
dir: /rc/bin/tinyurl/

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