Skip to content
build_all.sh 260 B
Newer Older
#!/bin/bash
cd base && ./build.sh && cd ..
cd SSH && ./build.sh && cd ..
cd XCalc && ./build.sh && cd ..
cd X11web && ./build.sh && cd ..
cd MinimalDesktop && ./build.sh && cd ..
cd BasicDesktop && ./build.sh && cd ..
cd JupyterNotebook && ./build.sh && cd ..