mirror of
https://git.yip.gay/c3gov/c3gov.git
synced 2026-08-11 22:54:39 +00:00
12 lines
163 B
Bash
12 lines
163 B
Bash
#!/bin/bash
|
|
|
|
# Number of clients, maximum 2
|
|
CLIENTS=1
|
|
|
|
# Event name.
|
|
# Please leave the export be.
|
|
export EVENT="Chaospott"
|
|
|
|
|
|
export API="http://10.133.9.3:8080/"
|