Commit aa74dee2 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Added the build all script.

parent b02ed576
Loading
Loading
Loading
Loading

build_all.sh

0 → 100755
+8 −0
Original line number Original line Diff line number Diff line
#!/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 ..