mirror of
https://github.com/0Nera/BMOSP.git
synced 2025-02-10 14:14:05 +03:00
7 lines
174 B
Bash
Executable File
7 lines
174 B
Bash
Executable File
#!/bin/sh
|
|
cd modules/
|
|
dos2unix */*.sh
|
|
cd helloworld/ && chmod +x build.sh && ./build.sh && cd ..
|
|
cd music/ && chmod +x build.sh && ./build.sh && cd ..
|
|
cd ..
|
|
python3 pbuild.py |