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