typofix
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ function luhn(imeistr, acc, i, l, d) {
|
||||
|
||||
BEGIN {
|
||||
srand() # init PRNG
|
||||
imei=ARGV[1]
|
||||
imei = ARGV[1]
|
||||
gsub(/[^0-9]/, "", imei) # remove all non-digits
|
||||
for(i=0;i<14;i++) # append 14 random digits
|
||||
imei = imei int(rand()*10)
|
||||
|
||||
Reference in New Issue
Block a user