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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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