mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
6 lines
110 B
Batchfile
Executable File
6 lines
110 B
Batchfile
Executable File
@echo off
|
|
REM COLOR 0A
|
|
SET NIMRODPATH=.
|
|
SET PATH=%NIMRODPATH%\bin;%NIMRODPATH%\dist\mingw\bin;%PATH%
|
|
cmd
|