Skip to content

Latest commit

 

History

History

orchestrators

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Orchestrators

Bash

  • car-then-split -- this tool first generates a car file, then splits it into smaller car files.
  • ⚠️ [DO NOT USE, here for legacy reasons] split-then-car -- this tool first splits a large file into smaller files, then generates car files for each of the split files.

Python

  • car-then-split -- this tool first generates a car file, then splits it into smaller car files.