From aa74dee2097cb2adf7694b7b8b5cf4a4d7ce2b69 Mon Sep 17 00:00:00 2001 From: Stefano Alberto Russo <stefano.russo@gmail.com> Date: Fri, 5 Nov 2021 15:11:51 +0100 Subject: [PATCH] Added the build all script. --- build_all.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 build_all.sh diff --git a/build_all.sh b/build_all.sh new file mode 100755 index 0000000..61f5651 --- /dev/null +++ b/build_all.sh @@ -0,0 +1,8 @@ +#!/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 .. -- GitLab