14 lines
376 B
Bash
Executable File
14 lines
376 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
export NAME="tfgrid4simulation_farming"
|
|
|
|
#~/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/
|