mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-12 13:37:45 -04:00
7 lines
105 B
Batchfile
7 lines
105 B
Batchfile
@erase lang.inc
|
|
@echo lang fix en_US >lang.inc
|
|
@fasm run.asm run
|
|
@kpack run
|
|
@erase lang.inc
|
|
@pause
|