3 lines
90 B
Plaintext
3 lines
90 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
docker run --rm -it -v "$1":/data -w '/data' chewingbever/nvim:latest
|