#! /bin/sh
#OpenScript
#(OS)Display the first few lines of a file.
#(OS)Drop here a file or set of files.
OPENFLAGS=9
OPENCOMMAND="if [ -z \"\$1\" ]; then echo \"Drop here the file or set of files\"; else head $*; fi"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
