aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 2b8ff0dfa80f092be0064345f5f0510f440e2fe5 (plain) (blame)
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
```