summaryrefslogtreecommitdiff
path: root/libtomcrypt/mess.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libtomcrypt/mess.sh')
-rw-r--r--libtomcrypt/mess.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/libtomcrypt/mess.sh b/libtomcrypt/mess.sh
new file mode 100644
index 0000000..bd8dc19
--- /dev/null
+++ b/libtomcrypt/mess.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here, removed"; rm -f $1 ; fi
+
+