Skip to content

Commit

Permalink
fix: add license header to run-test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainWart committed Aug 28, 2020
1 parent 4564d37 commit aff39e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/run-test.sh
Original file line number Diff line number Diff line change
@@ -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>"
Expand Down

0 comments on commit aff39e5

Please sign in to comment.