Files
nub-lang/run.sh
2025-05-22 19:45:02 +02:00

6 lines
90 B
Bash
Executable File

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