mirror of
https://github.com/0Nera/BMOSP.git
synced 2024-12-23 14:26:50 +03:00
10 lines
336 B
Bash
Executable File
10 lines
336 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 simd/ && chmod +x build.sh && ./build.sh && cd ..
|
|
cd cpubench/ && chmod +x build.sh && ./build.sh && cd ..
|
|
cd pci/ && chmod +x build.sh && ./build.sh && cd ..
|
|
cd ..
|
|
python3 pbuild.py |