#
# Adds a raw file (created with hubread) to your X.act db file
#
# Execute from the /db directory.
#
# Use:   addarea [raw file to add] [single DB file to add to]
#

cat $1 >> $2.act

echo "Done."