2 lines
64 B
Bash
2 lines
64 B
Bash
|
#!/bin/bash
|
||
|
docker run -it -v $PWD:$PWD -w $PWD marigold/ligo $@
|