This commit is contained in:
nub31
2025-05-26 20:52:46 +02:00
parent c570c9ad5c
commit c4eb14b908
3 changed files with 2 additions and 5 deletions

1
run.sh
View File

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