#!/bin/csh -f

# Copies each file or standard input to standard output with words
# output one per line and with punctuation removed.

cat $* | depuncvigorous | sepwords
