@@ -0,0 +1,9 @@
#!/bin/sh
for x in $*
do
root=`echo $1 | sed -e s/.png$//`
pngidat.exe < $1 > $root.zdat
ls -l $root.zdat
shift
done
The note is not visible to the blocked user.