14 lines
367 B
Bash
14 lines
367 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
export NAME="tfgrid4simulation"
|
||
|
|
||
|
~/code/github/freeflowuniverse/crystallib/cli/hero/compile_debug.sh
|
||
|
|
||
|
|
||
|
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/${NAME} -o
|
||
|
|
||
|
|
||
|
#result will be in /root/hero/var/mdbuild/tfgrid4simulation
|
||
|
#~/hero/www/info/tfgrid4simulation/
|
||
|
#https://threefold.info/tfgrid4simulation/
|