add debug arg to parser

This commit is contained in:
Brendan Webb 2021-08-26 22:15:46 +10:00
parent f2204c4196
commit 15be4b3ca9
1 changed files with 3 additions and 1 deletions

4
parse
View File

@ -12,4 +12,6 @@ function debug() {
echo "tag message:"
echo "$DOWNLOAD_NOTES"
}
if [ "$1" == "debug" ]; then
debug
fi