luaver
luaver copied to clipboard
Avoid using `kill -INT $$`
Exit code is used to handle errors instead of signal.
Fixes #29
path
cannot be used as a variable name in zsh and that caused a CI failure.
Now the problem is fixed and a new commit was force-pushed.
Indentation error was fixed.