diff options
author | Cody McGinnis <brainwart@gmail.com> | 2020-08-28 16:21:31 -0400 |
---|---|---|
committer | Cody McGinnis <brainwart@gmail.com> | 2020-08-28 16:21:31 -0400 |
commit | aff39e57d041b9b3c895d3968912ef4fd9b6c6ce (patch) | |
tree | 570a34abaaea2eae57d761482face206dba43c4e /app | |
parent | 4564d374776b0ade3c69bdddbf0a654aff38985e (diff) |
fix: add license header to run-test.sh
Diffstat (limited to 'app')
-rwxr-xr-x | app/run-test.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/run-test.sh b/app/run-test.sh index d923e85..6c3e878 100755 --- a/app/run-test.sh +++ b/app/run-test.sh @@ -1,4 +1,9 @@ #!/bin/sh +# +# Copyright (c) 2020 Peter Johanson; Cody McGinnis +# +# SPDX-License-Identifier: MIT +# if [ -z "$1" ]; then echo "Usage: ./run-test.sh <path to testcase>" |