8 lines
81 B
Bash
8 lines
81 B
Bash
|
|
(
|
||
|
|
clear;
|
||
|
|
|
||
|
|
sh compileAndRunPreprocessor.sh;
|
||
|
|
|
||
|
|
sh compileAndRunApplication.sh;
|
||
|
|
|
||
|
|
)
|