9 lines
124 B
Bash
9 lines
124 B
Bash
#!/bin/bash
|
|
|
|
# Number of clients, maximum 2
|
|
CLIENTS=1
|
|
|
|
# Event name.
|
|
# Please leave the export be.
|
|
export EVENT="Chaospott"
|