4 lines
111 B
Bash
Executable File
4 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker run -it --rm -v $PWD:/source registry.gitlab.com/wolutator/gprolog-base-env:latest gprolog
|