8 lines
214 B
Bash
Executable File
8 lines
214 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo chmod -R 777 transforms/
|
|
podman run --rm -it -v $(pwd):/work:Z -w /work git.zephyr-software.com:4567/opensrc/zipr/zipr-bin iagree
|
|
|
|
# ./do-build
|
|
# pszr programs/compiled/JustOpen.exe JustOpen.test
|