#!/bin/sh
# Note: this script invokes only the banner printer,
# which will scan the input line fields and make a banner page.
# Edit the psbanner shell script to produce a banner to your
# satisfaction.
#
# NOTE: psbanner uses the command line flags AND
#  input passed to it on stdin.
psbanner <<'EOF'
Job: (std\\in) \\test User: papowell Seq: 123 Host: taco Class: Z
EOF
