summaryrefslogtreecommitdiffstats
path: root/bin/cvs_helper
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cvs_helper')
-rw-r--r--bin/cvs_helper28
1 files changed, 0 insertions, 28 deletions
diff --git a/bin/cvs_helper b/bin/cvs_helper
deleted file mode 100644
index fe46435..0000000
--- a/bin/cvs_helper
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-##
-##
-## Copyright (C) 1996 by Henry Kilmer.
-## All rights reserved.
-##
-## This software may be freely copied, modified and redistributed without
-## fee for non-commerical purposes provided that this copyright notice is
-## preserved intact on all copies and modified copies.
-##
-## There is no warranty or other guarantee of fitness of this software.
-## It is provided solely "as is". The author(s) disclaim(s) all
-## responsibility and liability with respect to this software's usage
-## or its effect upon hardware, computer systems, other software, or
-## anything else.
-##
-##
-#
-# cvs_helper
-#
-
-# Remove old config
-rm <file>
-cvs remove <file>
-
-# Look at an old revision...put file in <dir>
-cvs export -d <dir> -rX.YZ
-