add a mollyguard

This commit is contained in:
Tonton Th 2025-12-09 19:21:53 +01:00
parent 4f3140dd32
commit ab8c293cd1

View File

@ -3,11 +3,13 @@
for foo in $*
do
echo "++++" $foo "++++"| tee -a WS/log
tools/mkloop.sh $foo
tools/build-ega-mp4.sh $foo
tools/build-gif89a.sh $foo
if [ -r "$foo.pov" ] ; then
tools/mkloop.sh $foo
tools/build-ega-mp4.sh $foo
tools/build-gif89a.sh $foo
else
echo "+++ Beurking on $foo" | tee -a WS/log
fi
done