3 lines
89 B
Bash
Executable file
3 lines
89 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
docker run --rm -it -v "$1":/data -w '/data' chewingbever/nvim:latest
|