codecombat/scripts/windows/coco-dev-setup/batch/print_header.bat

4 lines
83 B
Batchfile
Raw Normal View History

@echo off
setlocal EnableDelayedExpansion
print_file config/header.coco
endlocal