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