Files
teams/README.md
2024-07-30 11:25:33 -04:00

12 lines
106 B
Markdown

# 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
```