6 lines
88 B
Bash
Executable File
6 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
./clean.sh
|
|
./build.sh
|
|
./out/program
|
|
echo "Process exited with status code $?"
|