Files
c-prime/scripts/all.sh
2025-11-17 10:28:09 +01:00

8 lines
81 B
Bash
Executable File

(
clear;
sh compileAndRunPreprocessor.sh;
sh compileAndRunApplication.sh;
)