mirror of
https://github.com/knightfox75/nds_nflib.git
synced 2025-06-18 16:55:32 -04:00
examples: Small scripts improvements
This commit is contained in:
parent
a62119fe9b
commit
5c2e524468
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user