#! /bin/sh
#OpenScript
#(OS)"sync forces any information on its way to  the  disk  to  be
#(OS)written  out immediately.  sync can be called to ensure that
#(OS)all disk writes are completed before the processor is halted."
#(OS)
OPENFLAGS=9
OPENICON="disk.xpm"
OPENCOMMAND="echo Executing sync ..; sync"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
