Update compose files to rebuild with every up

This commit is contained in:
Myve 2024-07-22 23:46:28 +00:00
commit 84a85d673b
5 changed files with 33 additions and 13 deletions

10
build Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
workdir=$(pwd)
cd ${workdir}/base
./build
cd ${workdir}/i3
./build
cd ${workdir}