shithub: riscv

ref: 8eecdc96643cf0d90f850212e6e2bd351bdc00e7
dir: /rc/bin/tinyurl/

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