tinyurl 95 B

123456
  1. #!/bin/rc
  2. # tinyurl url
  3. for (url) {
  4. hget http://tinyurl.com/api-create.php?url'='$url
  5. echo
  6. }