Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 533 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 533 Bytes

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.