CHANGELOG

This commit is contained in:
Søren Theilgaard
2021-07-02 09:14:14 +02:00
parent 52c5ebf4ff
commit 557500e214
2 changed files with 7 additions and 0 deletions

View File

@@ -7,6 +7,9 @@ downloadURL=${1?:"need to provide a download URL"}
# Note: this tool _very_ experimental and does not work in many cases
# That being said, it's a great place to start for building up the label in the Case-statement
# Usage
# ./buildCaseStatement.sh <URL to download software>
# create temporary working directory
tmpDir=$(dirname $0 )