Установка флагов для скриптов сборки

This commit is contained in:
Арен Елчинян 2023-10-23 16:38:29 +03:00
parent 36ffee13ca
commit 89f38146f4
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
cd modules/
cd helloworld/ && ./build.sh && cd ..
cd music/ && ./build.sh && cd ..
cd helloworld/ && chmod +x build.sh && ./build.sh && cd ..
cd music/ && chmod +x build.sh && ./build.sh && cd ..
cd ..
python3 pbuild.py