Files
contract/bin/mine
dexorder 25def69c66 dexorder
2024-10-17 02:42:28 -04:00

3 lines
84 B
Bash
Executable File

#!/bin/bash
cast rpc evm_mine &> /dev/null && echo mined a block || echo FAILED >&2