Skip to content

Latest commit

 

History

History
executable file
·
26 lines (18 loc) · 553 Bytes

File metadata and controls

executable file
·
26 lines (18 loc) · 553 Bytes

SQF downsizer

Usage

Parameters

downsize.exe file_to_read new_file
1 : file_to_read : file that will be read and processed
2 : new_file : file created upon process. Can be identical to file_to_read if you want to override it

Options

None

Exemples

downsize.exe ./tests/initFunctions.sqf ./tests/new_initFunctions.sqf
downsize.exe ./tests/initFunctions.sqf test.sqf
downsize.exe ./tests/initFunctions.sqf ./tests/initFunctions.sqf

Author