#!/usr/bin/env python

import sys

from gbmgeometry.io.data_download import download_trigdat

bn = sys.argv[1]

download_trigdat(bn)
