#!/bin/bash
#
# simple script to regenerate trackDb.txt from trackDb_*.txt component files

cat trackDb_*.txt > trackDb.txt
