mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 19:46:21 +00:00
Add option to add parameters to ./build and commented out openbox for now
This commit is contained in:
parent
c8f805585d
commit
a25dc51e1c
1 changed files with 2 additions and 2 deletions
4
build
4
build
|
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
workdir=$(pwd)
|
||||
|
||||
for dir in base openbox i3
|
||||
for dir in base i3 # openbox
|
||||
do
|
||||
cd ${workdir}/${dir}
|
||||
./build
|
||||
./build ${@}
|
||||
done
|
||||
|
||||
cd ${workdir}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue