2 lines
69 B
Bash
2 lines
69 B
Bash
|
#!/bin/bash
|
||
|
docker run -v $PWD:$PWD -w $PWD stovelabs/granary-ligo $@
|