#!/bin/csh -f
if ( "$1" != "" ) then
  addline < $1 | xgraph $argv[2-] &
endif

#