gitextract_deglkiou/ ├── Dockerfile ├── LICENSE ├── Makefile ├── README.md ├── cloud-config.yaml ├── containerfs/ │ ├── README.md │ ├── manage_plugins.sh │ ├── manage_pugsetup_configs.sh │ └── start.sh ├── docker-compose.yaml └── test/ ├── bin/ │ └── bats ├── csgo/ │ └── cfg/ │ └── sourcemod/ │ └── pugsetup/ │ └── pugsetup.cfg ├── libexec/ │ └── bats-core/ │ ├── bats │ ├── bats-exec-suite │ ├── bats-exec-test │ ├── bats-format-tap-stream │ └── bats-preprocess ├── srcds_run └── tests.bats