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
nub31 fac2c95d05 ...
2025-05-25 01:03:15 +02:00

8 lines
103 B
Bash
Executable File

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