diff options
author | 2018-03-17 17:59:31 +0100 | |
---|---|---|
committer | 2018-03-17 17:59:31 +0100 | |
commit | 80bd5246fc32648596dc73a0a3c535a4341ee0a8 (patch) | |
tree | ccbf18bfb8b08e285d1954a9eea9d2ca6c9ce92d /tools/colorFixer.sh | |
parent | 09d3a8ef23e41ac907dd0e146791c49c956570f8 (diff) | |
download | flat-remix-80bd5246fc32648596dc73a0a3c535a4341ee0a8.tar.gz flat-remix-80bd5246fc32648596dc73a0a3c535a4341ee0a8.zip |
Update paletteColors
Diffstat (limited to 'tools/colorFixer.sh')
-rwxr-xr-x | tools/colorFixer.sh | 2 |
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 |