1 2 3 4 5 6 7 8 9
#!/bin/bash PROGRAM="show_sblock" if [ ! -z $1 ] then cat $AK_MINEDBLOCKSDIR/$1 | jq else echo "No sblock hash input" fi