ligo/scripts/ligo.sh

2 lines
79 B
Bash
Executable File

#!/bin/bash
docker run -it -v "$PWD":"$PWD" -w "$PWD" ligolang/ligo:latest "$@"