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/output/run.sh
2025-01-29 21:39:55 +01:00

5 lines
69 B
Bash
Executable File

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