mirror of
https://github.com/0Nera/BMOSP.git
synced 2025-02-23 12:34:16 +03:00
6 lines
158 B
Bash
Executable File
6 lines
158 B
Bash
Executable File
#!/bin/sh
|
|
cd modules/
|
|
cd helloworld/ && chmod +x build.sh && ./build.sh && cd ..
|
|
cd music/ && chmod +x build.sh && ./build.sh && cd ..
|
|
cd ..
|
|
python3 pbuild.py |