1 2 3 4 5 6 7 8 9 10 11
# Sort people into teams example: ```shell $ teams -t 2 -p a -p b -p c -p d team #1: a d team #2: b c ```