shithub: riscv

ref: 5a2427a6cb3543d008b1e1428e85dec37cb8378e
dir: /rc/bin/tinyurl/

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