2023-10-07 18:28:48 +03:00
|
|
|
#!/bin/sh
|
2023-10-23 09:16:16 +03:00
|
|
|
cd modules/
|
2023-10-24 23:53:20 +03:00
|
|
|
dos2unix */*.sh
|
2023-10-23 16:38:29 +03:00
|
|
|
cd helloworld/ && chmod +x build.sh && ./build.sh && cd ..
|
|
|
|
cd music/ && chmod +x build.sh && ./build.sh && cd ..
|
2023-10-23 09:16:16 +03:00
|
|
|
cd ..
|
2023-10-13 20:48:35 +03:00
|
|
|
python3 pbuild.py
|