aboutsummaryrefslogtreecommitdiff
path: root/tools/colorFixer.sh
diff options
context:
space:
mode:
authorLibravatar Daniel Ruiz de Alegría <daniruizdealegria@gmail.com>2018-03-17 17:59:31 +0100
committerLibravatar Daniel Ruiz de Alegría <daniruizdealegria@gmail.com>2018-03-17 17:59:31 +0100
commit80bd5246fc32648596dc73a0a3c535a4341ee0a8 (patch)
treeccbf18bfb8b08e285d1954a9eea9d2ca6c9ce92d /tools/colorFixer.sh
parent09d3a8ef23e41ac907dd0e146791c49c956570f8 (diff)
downloadflat-remix-80bd5246fc32648596dc73a0a3c535a4341ee0a8.tar.gz
flat-remix-80bd5246fc32648596dc73a0a3c535a4341ee0a8.zip
Update paletteColors
Diffstat (limited to 'tools/colorFixer.sh')
-rwxr-xr-xtools/colorFixer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/colorFixer.sh b/tools/colorFixer.sh
index 1addf9ac8..1c0b5b258 100755
--- a/tools/colorFixer.sh
+++ b/tools/colorFixer.sh
@@ -4,5 +4,5 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
for i in {a..z}
do
- "$DIR"/_colorFixer.sh "${i}*"
+ "$DIR"/_colorFixer.sh "${i}*" &
done