Files
nvm-windows/utilities/pathfinder/start.bat
2022-11-22 20:16:21 -06:00

5 lines
64 B
Batchfile

@echo off
cls
deno run --allow-all ./src/pathfinder.js
@echo on