mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:36:21 +00:00
10 lines
104 B
Text
10 lines
104 B
Text
|
|
#!/usr/bin/env bash
|
||
|
|
workdir=$(pwd)
|
||
|
|
|
||
|
|
cd ${workdir}/base
|
||
|
|
./build
|
||
|
|
|
||
|
|
cd ${workdir}/i3
|
||
|
|
./build
|
||
|
|
|
||
|
|
cd ${workdir}
|