Contents of Scripts:

create_store.sh: a simple script to help create new stores. requires a
working pike and mysql in your search path.

make_key.pike: this script will make a rsa keypair and save it in the file
you specify.

read_key.pike: this script will demonstrate that the keypair works for
encryption and decryption.

clean_db.sh: cleans all sessions from your store. good to run following a
heavy testing session.

loadtable.pike: takes a tab delimited file with fields as first row, and
generates sql insert statements. good for loading product data from a
spreadsheet.

dumptable.pike: dumps a product or group table to a tab delimited format
on standard output with field names on first row. good for importing data
into a spreadsheet.
