diff --git a/deployment-script.sh b/deployment-script.sh index a5d4aae..18d72bd 100755 --- a/deployment-script.sh +++ b/deployment-script.sh @@ -3,6 +3,7 @@ cp html_resources/index_template.html index.html function genlinks { for FILE in $(find . -maxdepth 1 -type f -name "??-*.html" | sort); do + echo "$FILE" >&2 echo -ne "
  • \n" echo -n " $(sed -e 's|^\./||;s/-.*//' <<< "$FILE") ' grep -oe ".*" $FILE | sed -e 's/ //;s| ||'