#!/bin/sh
# $Id: fs-xpdf,v 1.1 2017/11/04 20:48:47 friedman Exp $

xpdf -fullscreen -z width "$@" &

# eof
