source: trip-planner-front/node_modules/.bin/installed-package-contents.cmd@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 156 bytes
Line 
1@ECHO off
2SETLOCAL
3CALL :find_dp0
4"%dp0%\..\@npmcli\installed-package-contents\index.js" %*
5ENDLOCAL
6EXIT /b %errorlevel%
7:find_dp0
8SET dp0=%~dp0
9EXIT /b
Note: See TracBrowser for help on using the repository browser.