#! /bin/sh
#OpenScript
#(OS)Display the number of disk blocks used. Drop here 
#(OS)the file(s) or directory which size is to be determined.
#(OS)
#(OS)
OPENFLAGS=9
OPENICON="disk.xpm"
OPENCOMMAND="if [ -z \"\$1\" ]; then echo \"Drop here the file(s) or directory which size is to be determined.\"; else du -a $*; fi"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
