#!/bin/sh

if [ $# = 0 ]; then
  klpq
else
  lpr $@
fi

