aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-09-06 14:00:58 +0200
committerHimbeer <himbeer@disroot.org>2024-09-06 14:00:58 +0200
commitaf72263a2cd745b0b5e48aae8a6cd72d23e27f44 (patch)
treef903008ce733fe86b2c378742539a268b7bde8e7
parentadd857520801d2262b759ba72079aaa50a0f4bf4 (diff)
Add missing licensing annotations to scripts/run.shHEADmain
-rwxr-xr-xscripts/run.sh4
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