mirror of
https://codeberg.org/spire/docker-comp-server.git
synced 2026-06-03 10:04:11 +02:00
initial version
This commit is contained in:
commit
ef19b5c5d3
5 changed files with 100 additions and 0 deletions
8
maps.sh
Executable file
8
maps.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
cd $HOME/hlserver/tf2/tf/maps
|
||||
|
||||
maps=("pl_badwater_pro_v8" "pl_badwater_pro_v9")
|
||||
|
||||
for map in ${maps[@]}; do
|
||||
wget -nv "http://fakkelbrigade.eu/maps/$map.bsp"
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue