6 lines
215 B
Bash
6 lines
215 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
export NAME=farmers
|
||
|
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/manual/heroscript/$NAME
|
||
|
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
|