7 lines
224 B
Bash
Executable File
7 lines
224 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/projectinca
|
|
rsync -rv ~/hero/www/info/solana/ root@info.ourworld.tf:/root/hero/www/friends/projectinca/
|
|
|
|
echo "**OK**"
|