2 lines
147 B
Bash
Executable File
2 lines
147 B
Bash
Executable File
#!/bin/bash
|
|
docker run -it --rm -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd):/chos -w /chos ipads/chcore_builder:v1.0 ./scripts/mm_test_script.sh |