4 lines
117 B
Plaintext
4 lines
117 B
Plaintext
|
#!/bin/bash
|
||
|
club search -o "tyrelsouza" 'state:"In Progress"'
|
||
|
club search -o "tyrelsouza" 'state:"Ready for Review"'
|