mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-18 01:11:46 -05:00
4 lines
No EOL
95 B
Batchfile
Executable file
4 lines
No EOL
95 B
Batchfile
Executable file
@ECHO off
|
|
powershell .\get_var.ps1 config.coco %1 > var.tmp
|
|
set /p %1= < var.tmp
|
|
del /q var.tmp |