Fix output formatting in avatar script.

This commit is contained in:
Patrick Fairbank
2018-09-23 15:46:22 -07:00
parent af55868328
commit f4ea501c96

View File

@@ -5,10 +5,12 @@
COLOR_TO_REPLACE="#000"
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
ls *.png
echo "\nPress enter to continue or CTRL-C to cancel."
echo
echo "Press enter to continue or CTRL-C to cancel."
read
for f in *.png