rohrpost

A commandline mail client to change the world as we see it.
git clone git://r-36.net/rohrpost
Log | Files | Refs | README | LICENSE

rpsee (114B)


      1 #!/bin/sh
      2 
      3 if [ $# -lt 1 ];
      4 then
      5 	printf "usage: %s file\n" "$(basename "$0")" >&2
      6 	exit 1
      7 fi
      8 
      9 cat "$1" | rpview
     10