Redirect apm scripts to use the actual apm ones

This commit is contained in:
Wliu
2016-10-10 14:19:30 -04:00
parent beb2b6bbc0
commit 1efda55761
2 changed files with 2 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
@echo off
"%~dp0\..\app\apm\bin\node.exe" "%~dp0\..\app\apm\lib\cli.js" %*
"%~dp0\..\app\apm\bin\apm.cmd" %*

View File

@@ -1,4 +1,3 @@
#!/bin/sh
directory=$(dirname "$0")
"$directory/../app/apm/bin/node.exe" "$directory/../app/apm/lib/cli.js" "$@"
"$(dirname "$0")/../app/apm/apm.sh" "$@"