mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 18:15:52 -05:00
3 lines
85 B
Batchfile
3 lines
85 B
Batchfile
|
powershell .\get_var.ps1 config.coco %1 > var.tmp
|
||
|
set /p %1= < var.tmp
|
||
|
del /q var.tmp
|