6 lines
66 B
Bash
6 lines
66 B
Bash
|
#!/bin/false
|
||
|
|
||
|
MEMBERS=(
|
||
|
# insert list of member usernames here
|
||
|
)
|