#!/usr/bin/env bash

. "$(dirname "$0")/common"

# Sends files to the printer spool queue
lpr -r $(get_filepath "$1")
