Files
c-prime/scripts/all.sh

8 lines
81 B
Bash
Raw Normal View History

2025-11-17 10:28:09 +01:00
(
clear;
sh compileAndRunPreprocessor.sh;
sh compileAndRunApplication.sh;
)