diff options
Diffstat (limited to 'scripts/run.sh')
-rwxr-xr-x | scripts/run.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/run.sh b/scripts/run.sh index a6e6b62..a1997ae 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -1,5 +1,9 @@ #!/bin/sh +# SPDX-FileCopyrightText: 2024 Himbeer <himbeer@disroot.org> +# +# SPDX-License-Identifier: CC0-1.0 + GDB="gdb" go run . < "$1" | qbe | as -o /tmp/test.o |