+Support overriding by: /net/jes-v65-0.czech.sun.com/export/jscqa-local
[nethome.git] / bin / m
1 #! /bin/sh
2 case $# in
3   0) ls -ltL ~/Mail #|less
4      ;;
5   1) exec mutt -f ="$1"
6      ;;
7   *) echo "Error parameters"
8      ;;
9   esac