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