feat: add green icon

This commit is contained in:
Baptiste Augrain
2022-08-26 01:35:26 +02:00
parent aa508b1322
commit 91f4e79db7
167 changed files with 4494 additions and 61 deletions

View File

@@ -18,7 +18,7 @@ while getopts ":il" opt; do
esac
done
case "$OSTYPE" in
case "${OSTYPE}" in
darwin*)
export OS_NAME="osx"
;;