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