From c33dc81d26eb5b77faf0108502ec7588a13ebad6 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Thu, 5 Oct 2023 02:27:31 -0500 Subject: Adds Compiler in a Day series. This is a direct import and will need cleanup. --- Compiler in a Day/run.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 Compiler in a Day/run.sh (limited to 'Compiler in a Day/run.sh') diff --git a/Compiler in a Day/run.sh b/Compiler in a Day/run.sh new file mode 100755 index 0000000..1eebc4c --- /dev/null +++ b/Compiler in a Day/run.sh @@ -0,0 +1,8 @@ +#!/bin/sh +awk -f- *.md <