shithub: riscv

ref: 60e56f9b52eeed4e8cf0b8a8460e67a6af064031
dir: /rc/bin/tinyurl/

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