4 lines
154 B
Bash
Executable File
4 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
|