mistricky / codesnap.nvim

📸 Snapshot plugin with rich features that can make pretty code snapshots for Neovim
MIT License
473 stars 15 forks source link

[fix] add shebang for portability #63

Closed A-H4NU closed 2 months ago

A-H4NU commented 2 months ago

I could not build from make or make build_generator, and I figured out there were missing shebang in script files. I did not put shebang to check_os.sh since it is only sourced from other scripts.