#!/bin/csh

if ($#argv == 0) then
    echo 'No args'
endif
