Rozdělené shell skripty, build.sh pro sestavení, run.sh pro spouštění a build_and_run.sh pro kompletní sestavení & spuštění najednou.

This commit is contained in:
2026-07-12 19:40:09 +02:00
parent 313a7e4879
commit c6054e7ced
3 changed files with 6 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
chmod +x *.sh
bash build.sh
bash run.sh