3 lines
154 B
Bash
Executable file
3 lines
154 B
Bash
Executable file
#!/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
|