update to data.bin

This commit is contained in:
Charles Mangin
2019-01-08 15:19:47 -05:00
committed by GitHub
parent f21c67f31a
commit f1a470f03d

View File

@@ -6,5 +6,5 @@ convert frame*.gif -compress none -scale 56x100% -scale 40x48\! -colorspace Gra
for file in *.gray
do
cat "$file" | python -u ../greenscale.py >> output.bin
cat "$file" | python -u ../greenscale.py >> data.bin
done