Add script for executing command on povray_existing (not working)

This commit is contained in:
Matt McWilliams 2022-07-22 14:10:52 -04:00
parent a89d38abe3
commit 77db4bd085
1 changed files with 7 additions and 0 deletions

7
povray_existing/cmd.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
sudo docker run \
--cpus=2 \
-v $PWD:/usr/src/ \
povray_existing \
sh -c "${1}"