Skip to content

Instantly share code, notes, and snippets.

@petershin
Created January 11, 2018 19:46
Show Gist options
  • Save petershin/a9007949cbd86c73039a91b3293f9895 to your computer and use it in GitHub Desktop.
Save petershin/a9007949cbd86c73039a91b3293f9895 to your computer and use it in GitHub Desktop.
@IF EXIST "%~dp0\/bin/sh.exe" (
"%~dp0\/bin/sh.exe" "%~dp0\..\check-source-formatting\bin\index.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
/bin/sh "%~dp0\..\check-source-formatting\bin\index.js" %*
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment