From f4ea501c961c44a6c4653a61722ec742664fa9a0 Mon Sep 17 00:00:00 2001 From: Patrick Fairbank Date: Sun, 23 Sep 2018 15:46:22 -0700 Subject: [PATCH] Fix output formatting in avatar script. --- fix_avatar_colors_for_overlay | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fix_avatar_colors_for_overlay b/fix_avatar_colors_for_overlay index d0bed77..b6386ad 100755 --- a/fix_avatar_colors_for_overlay +++ b/fix_avatar_colors_for_overlay @@ -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