#! /bin/sh
#OpenScript
#(OS)Starts the print tool. You can drop a set of files on this
#(OS)icon or double-click it. This program is not included
#(OS)with the demo version.
OPENFLAGS=0
OPENICON="printtool.xpm"
OPENCOMMAND="$FREEDOMDIR/bin/Xlp $* &"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
