#! /bin/sh
#OpenScript
#(OS)Invokes the C compiler. Please drop here the file or set of files
#(OS)to be compiled. 
OPENFLAGS=9
OPENICON="c_compiler.xpm"
OPENCOMMAND="if [ -z \"\$1\" ]; then echo \"Drop here the file or the set of files to be compiled.\"; else cc $*; fi"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
