plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

wmail (128B)


      1 #!/bin/sh
      2 
      3 case "x-$MAILER" in
      4 x-|x-browser)
      5 	# start mail in a new window
      6 	web "mailto:$1"
      7 	;;
      8 *)
      9 	9term $MAILER "$1"
     10 	;;
     11 esac