mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2026-01-14 07:03:17 +08:00
5 lines
64 B
Batchfile
5 lines
64 B
Batchfile
@echo off
|
|
cls
|
|
deno run --allow-all ./src/pathfinder.js
|
|
@echo on
|