]> git.wh0rd.org - home.git/blame - .bin/cvs-cleanup
import vapier-m
[home.git] / .bin / cvs-cleanup
CommitLineData
5b61754d
MF
1#!/bin/bash
2find -name .cvsignore -exec rm {} \;
3cvs up | grep -v .cvsignore | awk '{print $NF}' | grep -v cleanup >& cvsup
4rm -vrf $(<cvsup) `find -name '*~' -o -name '*.o' -o -name '.#*'`
5cvs up > /dev/null
6rm -f cvsup