2 lines
95 B
Bash
Executable file
2 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
exec nvim -u NONE -E -R --headless +'set rtp+=$PWD' +'luafile scripts/docgen.lua' +q
|