4 lines
154 B
Plaintext
4 lines
154 B
Plaintext
|
#!/bin/sh
|
||
|
# Note we assume this is run with podman. Take -u 0:0 out if using docker
|
||
|
docker run -u 0:0 -it --rm -v $(pwd):/make -w /make isync-build make
|