aboutsummaryrefslogtreecommitdiff
path: root/axecheck.pl
blob: 06eb81969c68ac5a21532f0625fe9332588bc450 (plain)
1
2
3
4
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";
}