Files
serai/orchestration/testnet/networks/ethereum/execution/geth/run.sh
Luke Parker f70fee65b8 Add shellcheck to the CI
Updates our scripts to pass. Achieves POSIX compliance for
`increase_default_stack_size.sh` via replacing `hexdump` with `od` and `tr`.
Replaces the non-POSIX `dd status=none` with the POSIX `dd 2> /dev/null`.
2025-12-08 20:04:23 -05:00

10 lines
186 B
Bash
Executable File

#!/bin/sh
set -e
#geth --dev --networkid 5208 \
# --http --http.api "web3,net,eth,miner" \
# --http.addr 0.0.0.0 --http.port 8545 \
# --http.vhosts="*" --http.corsdomain "*"
exit 1