7 lines
245 B
Batchfile
7 lines
245 B
Batchfile
@rem Legacy batch processor for C/H files in the current directory.
|
|
@rem Run only on a backed-up tree: FuckYa.exe modifies files in place and its
|
|
@rem exact transformation is defined by the bundled binary utility.
|
|
fuckya.exe *.c
|
|
fuckya.exe *.h
|
|
|