parity-bridge-research/erc20/start_PoA_home.sh

10 lines
210 B
Bash
Executable File

#!/bin/bash
PARITY_BASE="/home/koal/parity"
RUNNER="parity_PoA_home.sh"
TASK="PoA_home"
cd ${PARITY_BASE}/${TASK}
exec screen -d -m -U -t "${TASK}" -S "${TASK}.screen" -h 5000 -L -s ${PARITY_BASE}/${RUNNER}