5 lines
76 B
Bash
5 lines
76 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd povray
|
||
|
|
||
|
docker run -v $PWD:/usr/src povray_wasm sh -c "${1}"
|