This commit is contained in:
Tonton Th 2025-10-20 04:45:59 +02:00
parent ac5272c2c5
commit c30c7a7b11

View File

@ -14,6 +14,9 @@ fi
echo "[$SEQ] going EGA" | tee -a WS/log echo "[$SEQ] going EGA" | tee -a WS/log
debut=$(date +%s) debut=$(date +%s)
rm spool/EGA/*.png
for source in $(ls -1 frames/$SEQ/*.png) for source in $(ls -1 frames/$SEQ/*.png)
do do
bname=$( basename $source ) bname=$( basename $source )