mirror of
https://github.com/tappollo/quorum-examples.git
synced 2026-01-12 22:45:20 +08:00
3 lines
106 B
Bash
Executable File
3 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
PRIVATE_CONFIG=qdata/c1/tm.ipc geth --exec "loadScript(\"$1\")" attach ipc:qdata/dd1/geth.ipc
|