shithub: riscv

ref: 9a5e55782d2e25619e645109d3d1a018a13fa7c6
dir: /rc/bin/tinyurl/

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