#!/bin/sh

mpage -P -o -b Letter -l -2 -f -c $@
# -P default printer
# -o disable outlines
# -b Letter (A4 is default!)
# -l landscape (132 columns)
# -2 per page
# -f wrap text (in case it's more than 132 columns)
# -c concat multiple files to the same sheet

