mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-17 21:26:20 +00:00
Optimized root ./build
This commit is contained in:
parent
7082dfb0f5
commit
32bc58b05b
1 changed files with 10 additions and 0 deletions
10
build
Executable file
10
build
Executable file
|
|
@ -0,0 +1,10 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
workdir=$(pwd)
|
||||||
|
|
||||||
|
for dir in base i3
|
||||||
|
do
|
||||||
|
cd ${workdir}/${dir}
|
||||||
|
./build
|
||||||
|
done
|
||||||
|
|
||||||
|
cd ${workdir}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue