This repository has been archived on 2025-10-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nub-lang-archive/run.sh
2025-06-08 17:26:50 +02:00

5 lines
97 B
Bash
Executable File

#!/bin/bash
set -e
./build.sh
bash -c './out/program; echo "Process exited with status code $?"'