lox/crates/lox-library/run-lox.sh

3 lines
64 B
Bash
Executable File

#!/bin/bash
docker run --name lox --rm -it lox:latest /bin/bash