aboutsummaryrefslogtreecommitdiff
path: root/axecheck.pl
diff options
context:
space:
mode:
Diffstat (limited to 'axecheck.pl')
-rw-r--r--axecheck.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/axecheck.pl b/axecheck.pl
new file mode 100644
index 0000000..06eb819
--- /dev/null
+++ b/axecheck.pl
@@ -0,0 +1,5 @@
+#!/usr/bin/perl -w
+
+if((-s $ARGV[0]) % 125 == 0) {
+ die "$ARGV[0] is an even multiple of 125 bytes, it will NOT work with axe and fenders\n";
+}