mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2025-09-07 13:59:48 +00:00
5 lines
64 B
Batchfile
5 lines
64 B
Batchfile
@echo off
|
|
cls
|
|
deno run --allow-all ./src/pathfinder.js
|
|
@echo on
|