diff --git a/tools/import-icons.sh b/tools/import-icons.sh old mode 100644 new mode 100755 index 92c869b..1603db3 --- a/tools/import-icons.sh +++ b/tools/import-icons.sh @@ -9,9 +9,9 @@ set -euo pipefail # FLAVOR one of '', 'round', 'sharp', 'outlined', 'twoshade' # SVGOUT path to the newly created SVG file root="$1/src" -iconlist_file="$2" -flavor="$3" -output_file="$4" +iconlist_file="${2-tools/icons.list}" +flavor="${3-round}" +output_file="${4-snikket_web/static/img/icons.svg}" printf '