githrun

A CLI tool to run Python scrip...
Log | Files | Refs | README | LICENSE

tsc.cmd (306B)


      1 @ECHO off
      2 GOTO start
      3 :find_dp0
      4 SET dp0=%~dp0
      5 EXIT /b
      6 :start
      7 SETLOCAL
      8 CALL :find_dp0
      9 
     10 IF EXIST "%dp0%\node.exe" (
     11   SET "_prog=%dp0%\node.exe"
     12 ) ELSE (
     13   SET "_prog=node"
     14   SET PATHEXT=%PATHEXT:;.JS;=;%
     15 )
     16 
     17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%"  "%dp0%\..\typescript\bin\tsc" %*
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror