Skip to content
Snippets Groups Projects
Commit aa74dee2 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Added the build all script.

parent b02ed576
No related branches found
No related tags found
No related merge requests found
#!/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 ..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment