mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-04 04:41:42 -05:00
20 lines
No EOL
332 B
Batchfile
Executable file
20 lines
No EOL
332 B
Batchfile
Executable file
@echo off
|
|
setlocal EnableDelayedExpansion
|
|
|
|
call configuration_cmd
|
|
|
|
call github_setup
|
|
|
|
call write_cache
|
|
|
|
call get_local_text switch_install switch install
|
|
call get_local_text switch_close switch close
|
|
call get_local_text switch_open switch open
|
|
|
|
echo %switch_install%
|
|
echo %switch_close%
|
|
echo.
|
|
|
|
set /p "dummy=%switch_open%"
|
|
|
|
endlocal |