mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 22:33:49 +00:00
7 lines
65 B
Plaintext
Executable File
7 lines
65 B
Plaintext
Executable File
|
|
if not "%1"=="" (
|
|
./koch install %1
|
|
) else (
|
|
./koch install
|
|
)
|