shithub: riscv

ref: eb9de925c63990f6b19494698e4db1eb9682e46d
dir: /rc/bin/tinyurl/

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