print 102 B

12345
  1. case $# in
  2. 1) make "$1".t ; ntlp "$1".t^lpr ;;
  3. *) echo $0 heeft een argument nodig ;;
  4. esac