mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Made the get_var system easier and cleaner to use
This commit is contained in:
parent
a9a6f0242b
commit
6ae8464e6d
1 changed files with 0 additions and 3 deletions
|
@ -8,11 +8,8 @@ call print_header
|
|||
call print_dashed_seperator
|
||||
|
||||
call get_config version
|
||||
set "version=%temp_var%"
|
||||
call get_config author
|
||||
set "author=%temp_var%"
|
||||
call get_config copyright
|
||||
set "copyright=%temp_var%"
|
||||
echo Welcome to the automated Installation of the CodeCombat Dev. Environment!
|
||||
echo v%version% authored by %author% and published by %copyright%.
|
||||
|
||||
|
|
Loading…
Reference in a new issue