12 lines
346 B
Bash
12 lines
346 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/tfgridsimulation_farming
|
||
|
|
||
|
|
||
|
#result will be in /root/hero/var/mdbuild/tfgrid4simulator
|
||
|
#~/hero/www/info/tfgrid4simulator/
|
||
|
|
||
|
#https://threefold.info/tfgrid4simulator/
|