michaelb / sniprun

A neovim plugin to run lines/blocs of code (independently of the rest of the file), supporting multiples languages
MIT License
1.48k stars 48 forks source link

ressources: use \cat instead of /bin/cat in scripts #272

Closed GaetanLepage closed 9 months ago

GaetanLepage commented 9 months ago

The current scripts (init_repl.sh and launcher_repl.sh) expect cat to be available in /bin. This is not the case for all systems. This patch switches to \cat which accomplishes the same goal of ignoring user-defined shell aliases of the cat command.