File: cvstrim.sh

package info (click to toggle)
cvsutils 0.0.20020311-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 248 kB
  • ctags: 34
  • sloc: perl: 686; sh: 354; makefile: 88
file content (6 lines) | stat: -rwxr-xr-x 196 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#! /bin/sh
# This script removes unknown files not listed in .cvsignore
echo "cvstrim: cleaning up ..."
cvsu --find --types '?D' --batch "rm -rf" "$@"
test $? -eq 0 || exit 1
echo "cvstrim: done"