...
This commit is contained in:
parent
e2368b20cd
commit
f140318a3b
@ -1,12 +0,0 @@
|
|||||||
#!/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 -o
|
|
||||||
|
|
||||||
|
|
||||||
#result will be in /root/hero/var/mdbuild/tfgrid4simulator
|
|
||||||
#~/hero/www/info/tfgrid4simulator/
|
|
||||||
|
|
||||||
#https://threefold.info/tfgrid4simulator/
|
|
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
|
export NAME="kristof"
|
||||||
|
|
||||||
#~/code/github/freeflowuniverse/crystallib/cli/hero/compile_debug.sh
|
#~/code/github/freeflowuniverse/crystallib/cli/hero/compile_debug.sh
|
||||||
|
|
||||||
|
13
heroscript/tfgrid4simulation/develop.sh
Executable file
13
heroscript/tfgrid4simulation/develop.sh
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
#!/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/
|
@ -3,7 +3,7 @@
|
|||||||
```js
|
```js
|
||||||
|
|
||||||
!!book.generate name:'tfgrid4simulator' title:'TFGrid Simulator 4.0'
|
!!book.generate name:'tfgrid4simulator' title:'TFGrid Simulator 4.0'
|
||||||
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgridsimulation'
|
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgrid4simulation'
|
||||||
|
|
||||||
|
|
||||||
!!doctree.add
|
!!doctree.add
|
||||||
@ -11,4 +11,3 @@
|
|||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
6
heroscript/tfgrid4simulation/sync_production.sh
Executable file
6
heroscript/tfgrid4simulation/sync_production.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
export NAME="tfgrid4simulation"
|
||||||
|
|
||||||
|
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/${NAME}
|
||||||
|
rsync -rv ~/hero/www/info/${NAME}/ root@info.ourworld.tf:/root/hero/www/info/${NAME}/
|
13
heroscript/tfgrid4simulation_farming/develop.sh
Executable file
13
heroscript/tfgrid4simulation_farming/develop.sh
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
#!/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/
|
@ -3,7 +3,7 @@
|
|||||||
```js
|
```js
|
||||||
|
|
||||||
!!book.generate name:'tfgridsimulation_farming' title:'TFGrid Simulator 4.0 - Farming'
|
!!book.generate name:'tfgridsimulation_farming' title:'TFGrid Simulator 4.0 - Farming'
|
||||||
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgridsimulation_farming'
|
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgrid4simulation_farming'
|
||||||
|
|
||||||
|
|
||||||
!!doctree.add
|
!!doctree.add
|
||||||
@ -11,4 +11,3 @@
|
|||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
6
heroscript/tfgrid4simulation_farming/sync_production.sh
Executable file
6
heroscript/tfgrid4simulation_farming/sync_production.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
export NAME="tfgrid4simulation_farming"
|
||||||
|
|
||||||
|
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/${NAME}
|
||||||
|
rsync -rv ~/hero/www/info/${NAME}/ root@info.ourworld.tf:/root/hero/www/info/${NAME}/
|
@ -1,12 +0,0 @@
|
|||||||
#!/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 -o
|
|
||||||
|
|
||||||
|
|
||||||
#result will be in /root/hero/var/mdbuild/tfgrid4simulator
|
|
||||||
#~/hero/www/info/tfgrid4simulator/
|
|
||||||
|
|
||||||
#https://threefold.info/tfgrid4simulator/
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
#hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/tech
|
|
||||||
rsync -rv ~/hero/www/info/tfgrid4simulator/ root@info.ourworld.tf:/root/hero/www/info/tfgrid4simulation/
|
|
@ -1,12 +0,0 @@
|
|||||||
#!/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 -o
|
|
||||||
|
|
||||||
|
|
||||||
#result will be in /root/hero/var/mdbuild/tfgrid4simulator
|
|
||||||
#~/hero/www/info/tfgrid4simulator/
|
|
||||||
|
|
||||||
#https://threefold.info/tfgrid4simulator/
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
#hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/tech
|
|
||||||
rsync -rv ~/hero/www/info/tfgrid4simulator/ root@info.ourworld.tf:/root/hero/www/info/tfgrid4simulation_farming/
|
|
Loading…
Reference in New Issue
Block a user