examples: Small scripts improvements

This commit is contained in:
Antonio Niño Díaz 2023-05-13 12:35:52 +01:00
parent a62119fe9b
commit 5c2e524468
3 changed files with 15 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Link: https://unsplash.com/photos/Yy-srRFVgPA
Author: Daniel J. Schwarz's
Author: Daniel J. Schwarz
License: Unsplash
Cinque Terre, SP, Italy

View File

@ -1,2 +1,8 @@
#!/bin/sh
grit img16_c.jpg -gb -gB16 -ftb
grit img16_c.jpg -ftb -fh! -gb -gB16
for file in *.bin; do
mv -- "$file" "${file%.bin}"
done
mv *.img ../nitrofiles/bmp

View File

@ -1,2 +1,8 @@
#!/bin/sh
grit img16_c.jpg -gb -gB16 -ftb
grit img16_c.jpg -ftb -fh! -gb -gB16
for file in *.bin; do
mv -- "$file" "${file%.bin}"
done
mv *.img ../nitrofiles/bmp