Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

635604 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/.bin

mime cody/Khushigupta8/Hotel-Management-Webpage/node_modules/.bin/mime
219 Views
0 Comments
Media file
mime.ps1 cody/Khushigupta8/Hotel-Management-Webpage/node_modules/.bin/mime.ps1
162 Views
0 Comments
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
mime.cmd cody/Khushigupta8/Hotel-Management-Webpage/node_modules/.bin/mime.cmd
144 Views
0 Comments
@ECHO off
GOTO start
:find_dp0
SET dp0=%~dp0
EXIT /b
:start
SETLOCAL
CALL :find_dp0