#!/bin/sh

gfind src -name RCS -prune -o -name '*~' -o -type f -print \
    | gtar -cf - -T - \
    | ( cd /mit/ops/services/olc.new ; gtar xvf - )
