12 lines
342 B
Bash
12 lines
342 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
|
||
|
~/code/github/freeflowuniverse/crystallib/cli/hero/compile_debug.sh
|
||
|
|
||
|
hero mdbook -u https://git.ourworld.tf/tfgrid/incacockpit/src/branch/main/simulator/simulations/tfgrid4_1/book -o
|
||
|
|
||
|
|
||
|
#result will be in /root/hero/var/mdbuild/tfgrid4simulator
|
||
|
#~/hero/www/info/tfgrid4simulator/
|
||
|
|
||
|
#https://threefold.info/tfgrid4simulator/
|