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