URI:
       tremotemail - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tremotemail (104B)
       ---
            1 #!/usr/local/plan9/bin/rc
            2 shift
            3 sender=$1
            4 shift
            5 addr=$1
            6 shift
            7 upas/smtp -g yourgateway $addr $sender $*