Employ a startup script

This commit is contained in:
Michael Vines
2018-09-04 08:34:39 -07:00
parent 6ffe205447
commit 9365a47d42
4 changed files with 31 additions and 29 deletions

View File

@ -120,6 +120,7 @@ common_start_setup() {
(
set -x
test -d "$SOLANA_ROOT"
ssh "${sshOptions[@]}" "$ipAddress" "mkdir -p ~/solana ~/.cargo/bin"
rsync -vPrz -e "ssh ${sshOptions[*]}" \
"$SOLANA_ROOT"/{fetch-perf-libs.sh,scripts,net,multinode-demo} \
"$ipAddress":~/solana/