#!/bin/csh -f
if ( $#argv >= 1 ) then
  awk -f tachyon.awk $1
endif

exit 0
