Add description to required_icons.sh script

This commit is contained in:
Martchus 2017-03-29 00:17:58 +02:00
parent 784781b409
commit 4463de1382
1 changed files with 6 additions and 0 deletions

View File

@ -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