#!/bin/sh
# $Id: lpr-double-sided,v 1.3 2017/05/01 01:06:34 friedman Exp $

exec ${LPR-lp} -o media=letter -o sides=two-sided-long-edge "$@"
