7 lines
73 B
Bash
7 lines
73 B
Bash
#!/bin/bash
|
|
|
|
# Number of clients, maximum 2
|
|
CLIENTS=1
|
|
|
|
EVENT="Chaospott"
|