Take config as commandline parameters

This commit is contained in:
2026-05-04 14:29:25 +02:00
parent 9ed13e0c45
commit 6421ab300b
2 changed files with 35 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ if [ $1 = "build" ]; then
elif [ $1 = "run" ]; then
make main
./output/main
./output/main 5000 ./library
elif [ $1 = "debug" ]; then
echo "Debugging"