Removed as they have been integrated into ~/.bashrc
authorshort <>
Wed, 10 Oct 2001 10:05:32 +0000 (10:05 +0000)
committershort <>
Wed, 10 Oct 2001 10:05:32 +0000 (10:05 +0000)
bin/cvsdiff [deleted file]
bin/cvsupdate [deleted file]

diff --git a/bin/cvsdiff b/bin/cvsdiff
deleted file mode 100755 (executable)
index aaa6856..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#! /bin/sh
-cvs diff "$@" 2>&1|less
diff --git a/bin/cvsupdate b/bin/cvsupdate
deleted file mode 100755 (executable)
index 94b672f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#! /bin/sh
-cvs update "$@" 2>&1|less