Closed leonbloy closed 3 years ago
findead.cmd invokes bash.exe
@IF EXIST "%~dp0\/bin/bash.exe" ( "%~dp0\/bin/bash.exe" "%~dp0\pnpm-global\3\node_modules\findead\findead.sh" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% /bin/bash "%~dp0\pnpm-global\3\node_modules\findead\findead.sh" %* )
Hi, thanks for open issue. On windows I confess that I never test :/
You can use it if you have git bashed installed on your system. Just run the commands in git bash.
findead.cmd invokes bash.exe