#! /bin/bash # Grab the core defs source core.sh # Grab the block-table functions source bt.sh source block.sh if [ "$1" = "-g" ] then block_get $2 else read data block_set $2 $data fi