mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Fix output formatting in avatar script.
This commit is contained in:
@@ -5,10 +5,12 @@
|
|||||||
COLOR_TO_REPLACE="#000"
|
COLOR_TO_REPLACE="#000"
|
||||||
REPLACEMENT_COLOR="#222"
|
REPLACEMENT_COLOR="#222"
|
||||||
|
|
||||||
echo "This script will replace color $COLOR_TO_REPLACE with $REPLACEMENT_COLOR in the following files:\n"
|
echo "This script will replace color $COLOR_TO_REPLACE with $REPLACEMENT_COLOR in the following files:"
|
||||||
|
echo
|
||||||
cd ./static/img/avatars
|
cd ./static/img/avatars
|
||||||
ls *.png
|
ls *.png
|
||||||
echo "\nPress enter to continue or CTRL-C to cancel."
|
echo
|
||||||
|
echo "Press enter to continue or CTRL-C to cancel."
|
||||||
read
|
read
|
||||||
|
|
||||||
for f in *.png
|
for f in *.png
|
||||||
|
|||||||
Reference in New Issue
Block a user