Compare commits
No commits in common. "0ce54b2025c4410d2baa65af72fa52e7ff4236c4" and "8072194c0392dbf3b66e68f284fe01d64c0f1501" have entirely different histories.
0ce54b2025
...
8072194c03
12
collections/tfgridsimulation_farming/.run.sh
Executable file
12
collections/tfgridsimulation_farming/.run.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/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,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
export NAME="kristof"
|
||||
|
||||
#~/code/github/freeflowuniverse/crystallib/cli/hero/compile_debug.sh
|
||||
|
||||
@ -10,4 +9,4 @@ hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development
|
||||
#result will be in /root/hero/var/mdbuild/tfgrid4simulator
|
||||
#~/hero/www/info/tfgrid4simulator/
|
||||
|
||||
#https://threefold.info/tfgrid4simulator/
|
||||
#https://threefold.info/tfgrid4simulator/
|
@ -1,13 +0,0 @@
|
||||
#!/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/
|
@ -1,6 +0,0 @@
|
||||
#!/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}/
|
@ -1,13 +0,0 @@
|
||||
#!/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/
|
@ -1,6 +0,0 @@
|
||||
#!/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}/
|
@ -3,7 +3,7 @@
|
||||
```js
|
||||
|
||||
!!book.generate name:'tfgrid4simulator' title:'TFGrid Simulator 4.0'
|
||||
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgrid4simulation'
|
||||
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgridsimulation'
|
||||
|
||||
|
||||
!!doctree.add
|
||||
@ -11,3 +11,4 @@
|
||||
|
||||
|
||||
```
|
||||
|
12
heroscript/tfgridsimulation/run.sh
Executable file
12
heroscript/tfgridsimulation/run.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/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/
|
3
heroscript/tfgridsimulation/sync_production.sh
Executable file
3
heroscript/tfgridsimulation/sync_production.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/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/
|
@ -3,7 +3,7 @@
|
||||
```js
|
||||
|
||||
!!book.generate name:'tfgridsimulation_farming' title:'TFGrid Simulator 4.0 - Farming'
|
||||
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgrid4simulation_farming'
|
||||
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgridsimulation_farming'
|
||||
|
||||
|
||||
!!doctree.add
|
||||
@ -11,3 +11,4 @@
|
||||
|
||||
|
||||
```
|
||||
|
12
heroscript/tfgridsimulation_farming/run.sh
Executable file
12
heroscript/tfgridsimulation_farming/run.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/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/
|
3
heroscript/tfgridsimulation_farming/sync_production.sh
Executable file
3
heroscript/tfgridsimulation_farming/sync_production.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/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