9 lines
201 B
Bash
9 lines
201 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
|
||
|
#~/code/github/freeflowuniverse/crystallib/cli/hero/compile_debug.sh
|
||
|
|
||
|
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgrid4specs -o
|
||
|
|
||
|
|