3 lines
92 B
Bash
3 lines
92 B
Bash
|
#!/bin/sh
|
||
|
docker run -it --rm -v $PWD:/work registry.gitlab.com/wolutator/cobol-docker bash
|