7 lines
233 B
Bash
7 lines
233 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export NAME="tfgrid4simulation_farming"
|
||
|
|
||
|
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/${NAME}
|
||
|
rsync -rv ~/hero/www/info/${NAME}/ root@info.ourworld.tf:/root/hero/www/info/${NAME}/
|