#!/bin/csh -f

if ( "$1" == "-k" ) then
  echo $1
else
endif
