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/../acorn/bin/acorn" "$@" exec "$basedir/node" "$basedir/../acorn/bin/acorn" "$@"
ret=$?
else else
node "$basedir/../acorn/bin/acorn" "$@" exec node "$basedir/../acorn/bin/acorn" "$@"
ret=$?
fi fi
exit $ret
@IF EXIST "%~dp0\node.exe" ( @ECHO off
"%~dp0\node.exe" "%~dp0\..\acorn\bin\acorn" %* GOTO start
) ELSE ( :find_dp0
@SETLOCAL SET dp0=%~dp0
@SET PATHEXT=%PATHEXT:;.JS;=;% EXIT /b
node "%~dp0\..\acorn\bin\acorn" %* :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%\..\acorn\bin\acorn" %*
...@@ -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/../ansi-html/bin/ansi-html" "$@" exec "$basedir/node" "$basedir/../ansi-html/bin/ansi-html" "$@"
ret=$?
else else
node "$basedir/../ansi-html/bin/ansi-html" "$@" exec node "$basedir/../ansi-html/bin/ansi-html" "$@"
ret=$?
fi fi
exit $ret
@IF EXIST "%~dp0\node.exe" ( @ECHO off
"%~dp0\node.exe" "%~dp0\..\ansi-html\bin\ansi-html" %* GOTO start
) ELSE ( :find_dp0
@SETLOCAL SET dp0=%~dp0
@SET PATHEXT=%PATHEXT:;.JS;=;% EXIT /b
node "%~dp0\..\ansi-html\bin\ansi-html" %* :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%\..\ansi-html\bin\ansi-html" %*
...@@ -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/../atob/bin/atob.js" "$@" exec "$basedir/node" "$basedir/../atob/bin/atob.js" "$@"
ret=$?
else else
node "$basedir/../atob/bin/atob.js" "$@" exec node "$basedir/../atob/bin/atob.js" "$@"
ret=$?
fi fi
exit $ret
@IF EXIST "%~dp0\node.exe" ( @ECHO off
"%~dp0\node.exe" "%~dp0\..\atob\bin\atob.js" %* GOTO start
) ELSE ( :find_dp0
@SETLOCAL SET dp0=%~dp0
@SET PATHEXT=%PATHEXT:;.JS;=;% EXIT /b
node "%~dp0\..\atob\bin\atob.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%\..\atob\bin\atob.js" %*
#!/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/../babylon/bin/babylon.js" "$@"
ret=$?
else
node "$basedir/../babylon/bin/babylon.js" "$@"
ret=$?
fi
exit $ret
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\babylon\bin\babylon.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\babylon\bin\babylon.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/../browserslist/cli.js" "$@" exec "$basedir/node" "$basedir/../browserslist/cli.js" "$@"
ret=$?
else else
node "$basedir/../browserslist/cli.js" "$@" exec node "$basedir/../browserslist/cli.js" "$@"
ret=$?
fi fi
exit $ret
@IF EXIST "%~dp0\node.exe" ( @ECHO off
"%~dp0\node.exe" "%~dp0\..\browserslist\cli.js" %* GOTO start
) ELSE ( :find_dp0
@SETLOCAL SET dp0=%~dp0
@SET PATHEXT=%PATHEXT:;.JS;=;% EXIT /b
node "%~dp0\..\browserslist\cli.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%\..\browserslist\cli.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/../color-support/bin.js" "$@" exec "$basedir/node" "$basedir/../color-support/bin.js" "$@"
ret=$?
else else
node "$basedir/../color-support/bin.js" "$@" exec node "$basedir/../color-support/bin.js" "$@"
ret=$?
fi fi
exit $ret
@IF EXIST "%~dp0\node.exe" ( @ECHO off
"%~dp0\node.exe" "%~dp0\..\color-support\bin.js" %* GOTO start
) ELSE ( :find_dp0
@SETLOCAL SET dp0=%~dp0
@SET PATHEXT=%PATHEXT:;.JS;=;% EXIT /b
node "%~dp0\..\color-support\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%\..\color-support\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/../js-beautify/js/bin/css-beautify.js" "$@" exec "$basedir/node" "$basedir/../js-beautify/js/bin/css-beautify.js" "$@"
ret=$?
else else
node "$basedir/../js-beautify/js/bin/css-beautify.js" "$@" exec node "$basedir/../js-beautify/js/bin/css-beautify.js" "$@"
ret=$?
fi fi
exit $ret
@IF EXIST "%~dp0\node.exe" ( @ECHO off
"%~dp0\node.exe" "%~dp0\..\js-beautify\js\bin\css-beautify.js" %* GOTO start
) ELSE ( :find_dp0
@SETLOCAL SET dp0=%~dp0
@SET PATHEXT=%PATHEXT:;.JS;=;% EXIT /b
node "%~dp0\..\js-beautify\js\bin\css-beautify.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%\..\js-beautify\js\bin\css-beautify.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/../cssesc/bin/cssesc" "$@" exec "$basedir/node" "$basedir/../cssesc/bin/cssesc" "$@"
ret=$?
else else
node "$basedir/../cssesc/bin/cssesc" "$@" exec node "$basedir/../cssesc/bin/cssesc" "$@"
ret=$?
fi fi
exit $ret
@IF EXIST "%~dp0\node.exe" ( @ECHO off
"%~dp0\node.exe" "%~dp0\..\cssesc\bin\cssesc" %* GOTO start
) ELSE ( :find_dp0
@SETLOCAL SET dp0=%~dp0
@SET PATHEXT=%PATHEXT:;.JS;=;% EXIT /b
node "%~dp0\..\cssesc\bin\cssesc" %* :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%\..\cssesc\bin\cssesc" %*
#!/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/../csso/bin/csso" "$@"
ret=$?
else
node "$basedir/../csso/bin/csso" "$@"
ret=$?
fi
exit $ret
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\csso\bin\csso" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\csso\bin\csso" %*
)
\ 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/../editorconfig/bin/editorconfig" "$@" exec "$basedir/node" "$basedir/../editorconfig/bin/editorconfig" "$@"
ret=$?
else else
node "$basedir/../editorconfig/bin/editorconfig" "$@" exec node "$basedir/../editorconfig/bin/editorconfig" "$@"
ret=$?
fi fi
exit $ret
@IF EXIST "%~dp0\node.exe" ( @ECHO off
"%~dp0\node.exe" "%~dp0\..\editorconfig\bin\editorconfig" %* GOTO start
) ELSE ( :find_dp0
@SETLOCAL SET dp0=%~dp0
@SET PATHEXT=%PATHEXT:;.JS;=;% EXIT /b
node "%~dp0\..\editorconfig\bin\editorconfig" %* :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%\..\editorconfig\bin\editorconfig" %*
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