#!/bin/bash

# processes the registrar data into file to be read by reg.cgi

gawk -f get_all.awk $* >reg.txt
