Commit a2e8cafb authored by patri's avatar patri
Browse files

Test New PC

parent e65a993d
...@@ -2,14 +2,11 @@ ...@@ -2,14 +2,11 @@
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac esac
if [ -x "$basedir/node" ]; then if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../regjsparser/bin/parser" "$@" exec "$basedir/node" "$basedir/../regjsparser/bin/parser" "$@"
ret=$?
else else
node "$basedir/../regjsparser/bin/parser" "$@" exec node "$basedir/../regjsparser/bin/parser" "$@"
ret=$?
fi fi
exit $ret
@IF EXIST "%~dp0\node.exe" ( @ECHO off
"%~dp0\node.exe" "%~dp0\..\regjsparser\bin\parser" %* GOTO start
) ELSE ( :find_dp0
@SETLOCAL SET dp0=%~dp0
@SET PATHEXT=%PATHEXT:;.JS;=;% EXIT /b
node "%~dp0\..\regjsparser\bin\parser" %* :start
) SETLOCAL
\ No newline at end of file CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\regjsparser\bin\parser" %*
...@@ -2,14 +2,11 @@ ...@@ -2,14 +2,11 @@
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac esac
if [ -x "$basedir/node" ]; then if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../rimraf/bin.js" "$@" exec "$basedir/node" "$basedir/../rimraf/bin.js" "$@"
ret=$?
else else
node "$basedir/../rimraf/bin.js" "$@" exec node "$basedir/../rimraf/bin.js" "$@"
ret=$?
fi fi
exit $ret
@IF EXIST "%~dp0\node.exe" ( @ECHO off
"%~dp0\node.exe" "%~dp0\..\rimraf\bin.js" %* GOTO start
) ELSE ( :find_dp0
@SETLOCAL SET dp0=%~dp0
@SET PATHEXT=%PATHEXT:;.JS;=;% EXIT /b
node "%~dp0\..\rimraf\bin.js" %* :start
) SETLOCAL
\ No newline at end of file CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\rimraf\bin.js" %*
...@@ -2,14 +2,11 @@ ...@@ -2,14 +2,11 @@
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac esac
if [ -x "$basedir/node" ]; then if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../semver/bin/semver" "$@" exec "$basedir/node" "$basedir/../semver/bin/semver" "$@"
ret=$?
else else
node "$basedir/../semver/bin/semver" "$@" exec node "$basedir/../semver/bin/semver" "$@"
ret=$?
fi fi
exit $ret
@IF EXIST "%~dp0\node.exe" ( @ECHO off
"%~dp0\node.exe" "%~dp0\..\semver\bin\semver" %* GOTO start
) ELSE ( :find_dp0
@SETLOCAL SET dp0=%~dp0
@SET PATHEXT=%PATHEXT:;.JS;=;% EXIT /b
node "%~dp0\..\semver\bin\semver" %* :start
) SETLOCAL
\ No newline at end of file CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\semver\bin\semver" %*
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../sha.js/bin.js" "$@"
ret=$?
else
node "$basedir/../sha.js/bin.js" "$@"
ret=$?
fi
exit $ret
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\sha.js\bin.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\sha.js\bin.js" %*
)
\ No newline at end of file
...@@ -2,14 +2,11 @@ ...@@ -2,14 +2,11 @@
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac esac
if [ -x "$basedir/node" ]; then if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../sshpk/bin/sshpk-conv" "$@" exec "$basedir/node" "$basedir/../sshpk/bin/sshpk-conv" "$@"
ret=$?
else else
node "$basedir/../sshpk/bin/sshpk-conv" "$@" exec node "$basedir/../sshpk/bin/sshpk-conv" "$@"
ret=$?
fi fi
exit $ret
@IF EXIST "%~dp0\node.exe" ( @ECHO off
"%~dp0\node.exe" "%~dp0\..\sshpk\bin\sshpk-conv" %* GOTO start
) ELSE ( :find_dp0
@SETLOCAL SET dp0=%~dp0
@SET PATHEXT=%PATHEXT:;.JS;=;% EXIT /b
node "%~dp0\..\sshpk\bin\sshpk-conv" %* :start
) SETLOCAL
\ No newline at end of file CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\sshpk\bin\sshpk-conv" %*
...@@ -2,14 +2,11 @@ ...@@ -2,14 +2,11 @@
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac esac
if [ -x "$basedir/node" ]; then if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../sshpk/bin/sshpk-sign" "$@" exec "$basedir/node" "$basedir/../sshpk/bin/sshpk-sign" "$@"
ret=$?
else else
node "$basedir/../sshpk/bin/sshpk-sign" "$@" exec node "$basedir/../sshpk/bin/sshpk-sign" "$@"
ret=$?
fi fi
exit $ret
@IF EXIST "%~dp0\node.exe" ( @ECHO off
"%~dp0\node.exe" "%~dp0\..\sshpk\bin\sshpk-sign" %* GOTO start
) ELSE ( :find_dp0
@SETLOCAL SET dp0=%~dp0
@SET PATHEXT=%PATHEXT:;.JS;=;% EXIT /b
node "%~dp0\..\sshpk\bin\sshpk-sign" %* :start
) SETLOCAL
\ No newline at end of file CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\sshpk\bin\sshpk-sign" %*
...@@ -2,14 +2,11 @@ ...@@ -2,14 +2,11 @@
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac esac
if [ -x "$basedir/node" ]; then if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../sshpk/bin/sshpk-verify" "$@" exec "$basedir/node" "$basedir/../sshpk/bin/sshpk-verify" "$@"
ret=$?
else else
node "$basedir/../sshpk/bin/sshpk-verify" "$@" exec node "$basedir/../sshpk/bin/sshpk-verify" "$@"
ret=$?
fi fi
exit $ret
@IF EXIST "%~dp0\node.exe" ( @ECHO off
"%~dp0\node.exe" "%~dp0\..\sshpk\bin\sshpk-verify" %* GOTO start
) ELSE ( :find_dp0
@SETLOCAL SET dp0=%~dp0
@SET PATHEXT=%PATHEXT:;.JS;=;% EXIT /b
node "%~dp0\..\sshpk\bin\sshpk-verify" %* :start
) SETLOCAL
\ No newline at end of file CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\sshpk\bin\sshpk-verify" %*
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../svgo/bin/svgo" "$@"
ret=$?
else
node "$basedir/../svgo/bin/svgo" "$@"
ret=$?
fi
exit $ret
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\svgo\bin\svgo" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\svgo\bin\svgo" %*
)
\ No newline at end of file
...@@ -2,14 +2,11 @@ ...@@ -2,14 +2,11 @@
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac esac
if [ -x "$basedir/node" ]; then if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../terser/bin/terser" "$@" exec "$basedir/node" "$basedir/../terser/bin/terser" "$@"
ret=$?
else else
node "$basedir/../terser/bin/terser" "$@" exec node "$basedir/../terser/bin/terser" "$@"
ret=$?
fi fi
exit $ret
@IF EXIST "%~dp0\node.exe" ( @ECHO off
"%~dp0\node.exe" "%~dp0\..\terser\bin\terser" %* GOTO start
) ELSE ( :find_dp0
@SETLOCAL SET dp0=%~dp0
@SET PATHEXT=%PATHEXT:;.JS;=;% EXIT /b
node "%~dp0\..\terser\bin\terser" %* :start
) SETLOCAL
\ No newline at end of file CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\terser\bin\terser" %*
...@@ -2,14 +2,11 @@ ...@@ -2,14 +2,11 @@
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac esac
if [ -x "$basedir/node" ]; then if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../uglify-js/bin/uglifyjs" "$@" exec "$basedir/node" "$basedir/../uglify-js/bin/uglifyjs" "$@"
ret=$?
else else
node "$basedir/../uglify-js/bin/uglifyjs" "$@" exec node "$basedir/../uglify-js/bin/uglifyjs" "$@"
ret=$?
fi fi
exit $ret
@IF EXIST "%~dp0\node.exe" ( @ECHO off
"%~dp0\node.exe" "%~dp0\..\uglify-js\bin\uglifyjs" %* GOTO start
) ELSE ( :find_dp0
@SETLOCAL SET dp0=%~dp0
@SET PATHEXT=%PATHEXT:;.JS;=;% EXIT /b
node "%~dp0\..\uglify-js\bin\uglifyjs" %* :start
) SETLOCAL
\ No newline at end of file CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\uglify-js\bin\uglifyjs" %*
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment