2 lines
164 B
Bash
2 lines
164 B
Bash
|
#!/bin/bash
|
||
|
podman run -v "$(pwd):/pandorygrub:Z" -v "$(pwd)/../pandory500-host-rum:/host-rum:Z" teampandory/teampandory-a500-private sh -c "cd /pandorygrub; make"
|