mirror of
https://github.com/danbulant/bpm
synced 2026-05-19 04:08:47 +00:00
Fix to work everywhere
This commit is contained in:
parent
ab1c3c3464
commit
3f09fab710
1 changed files with 1 additions and 1 deletions
2
bpm.bat
2
bpm.bat
|
|
@ -1,2 +1,2 @@
|
|||
@echo off
|
||||
node index.js --bat %*
|
||||
node %~dp0/index.js --bat %*
|
||||
Loading…
Reference in a new issue