mirror of
https://github.com/janet-lang/janet
synced 2024-11-05 00:06:16 +00:00
e8e4d637ef
The path to jpm.janet will likely have spaces.
5 lines
62 B
Batchfile
5 lines
62 B
Batchfile
@echo off
|
|
@rem Wrapper around jpm
|
|
|
|
janet "%~dp0\jpm.janet" %*
|