#! /bin/sh
#OpenScript
#(OS)Browse or page through a text file.
OPENFLAGS=9
OPENCOMMAND="if [ -z \"\$1\" ]; then echo \"Drop here the file to be viewed\"; else more $*; fi"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
