source:
trip-planner-front/node_modules/.bin/installed-package-contents.cmd@
bdd6491
Last change on this file since bdd6491 was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 156 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | @ECHO off |
2 | SETLOCAL | |
3 | CALL :find_dp0 | |
4 | "%dp0%\..\@npmcli\installed-package-contents\index.js" %* | |
[59329aa] | 5 | ENDLOCAL |
6 | EXIT /b %errorlevel% | |
7 | :find_dp0 | |
8 | SET dp0=%~dp0 | |
9 | EXIT /b |
Note:
See TracBrowser
for help on using the repository browser.