File splitting utility
chuncat <command> [<args>]...
chuncat split count <count> <file path>
chuncat split count 3 someFile.txt
someFile.txt.0
someFile.txt.1
someFile.txt.2
chucat split bytes <count> <file path>
chuncat split bytes 2 someFile.txt
And the program will produce multiple files with 2 characters in them.
TODO
Nothing complicated, just
gcc main.c