8 lines
70 B
Bash
8 lines
70 B
Bash
echo "Build"
|
|
make kernel
|
|
|
|
echo "POST:"
|
|
./post.sh
|
|
|
|
echo "RUN"
|
|
./run.bat |