shithub: riscv

ref: 3ac6d894d7e25a4556ba0b9ecf6c822b794c8407
dir: /rc/bin/tinyurl/

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