Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/lassiecoder/mutual-funding-app/server/node_modules/.bin/

mime /cody/lassiecoder/mutual-funding-app/server/node_modules/.bin/mime
21 Views
0 Comments
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")

case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
mime.cmd /cody/lassiecoder/mutual-funding-app/server/node_modules/.bin/mime.cmd
21 Views
0 Comments
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\mime\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
semver /cody/lassiecoder/mutual-funding-app/server/node_modules/.bin/semver
18 Views
0 Comments
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")

case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
semver.cmd /cody/lassiecoder/mutual-funding-app/server/node_modules/.bin/semver.cmd
20 Views
0 Comments
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\semver\bin\semver" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.