diff --git a/scripts/required_icons.sh b/scripts/required_icons.sh index a60861b..f88c06d 100755 --- a/scripts/required_icons.sh +++ b/scripts/required_icons.sh @@ -1,4 +1,10 @@ #!/bin/bash +if [[ ! $@ ]]; then + echo 'Prints the list of icons required by the projects in the specified directories.' + echo 'However, no project directories have been specified.' + exit -1 +fi + declare -A icon_names # iterate over specified source directories