From 3f09fab71069735c5d67b7034655a8274e3cce75 Mon Sep 17 00:00:00 2001 From: danbulant Date: Wed, 19 Feb 2020 17:45:29 +0100 Subject: [PATCH] Fix to work everywhere --- bpm.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpm.bat b/bpm.bat index 9df45ca..95eab6c 100644 --- a/bpm.bat +++ b/bpm.bat @@ -1,2 +1,2 @@ @echo off -node index.js --bat %* \ No newline at end of file +node %~dp0/index.js --bat %* \ No newline at end of file