summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2020-10-05 18:31:40 +0200
committerMarvin Borner2020-10-05 18:31:40 +0200
commit8b5129f55ba98451b123ca088ff04202ba1d7b79 (patch)
treee4d0896605e75742060cdb9be011bd450984d073 /run
Initiale Festschreibung
Diffstat (limited to 'run')
-rwxr-xr-xrun3
1 files changed, 3 insertions, 0 deletions
diff --git a/run b/run
new file mode 100755
index 0000000..0d704b3
--- /dev/null
+++ b/run
@@ -0,0 +1,3 @@
+#!/usr/bin/env sh
+
+gcc -Wall -Wextra -pedantic-errors -std=c99 main.c && ./a.out && rm a.out