source: trip-planner-front/node_modules/.bin/installed-package-contents.ps1@ 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: 353 bytes
Line 
1#!/usr/bin/env pwsh
2$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
3
4$exe=""
5if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
6 # Fix case when both the Windows and Linux builds of Node
7 # are installed in the same directory
8 $exe=".exe"
9}
10& "$basedir/../@npmcli/installed-package-contents/index.js" $args
11exit $LASTEXITCODE
Note: See TracBrowser for help on using the repository browser.