shithub: riscv

ref: 06783edd7a66eea0285c8a7ad2fd03e5577b80ef
dir: /rc/bin/tinyurl/

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