From 48760dcdda8e2e91a41fcf9ee3f96f176b592457 Mon Sep 17 00:00:00 2001 From: nub31 Date: Mon, 16 Mar 2026 16:53:48 +0100 Subject: [PATCH] ... --- examples/{build.sh => build} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename examples/{build.sh => build} (88%) diff --git a/examples/build.sh b/examples/build similarity index 88% rename from examples/build.sh rename to examples/build index 84b53d1..896bf16 100755 --- a/examples/build.sh +++ b/examples/build @@ -1,3 +1,5 @@ +#!/bin/bash + set -e pushd ../compiler @@ -12,4 +14,4 @@ pushd program time ../../compiler/bin/Release/net9.0/Compiler main.nub ../core/.build/out.nublib popd -./program/.build/out \ No newline at end of file +./program/.build/out