initial version

This commit is contained in:
Robin Appelman 2015-11-21 17:48:47 +01:00
commit ef19b5c5d3
5 changed files with 100 additions and 0 deletions

8
maps.sh Executable file
View 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