fix lau scripts renaming

This commit is contained in:
Philippe Teuwen
2020-09-23 00:11:11 +02:00
parent 6414e00f37
commit 610b456a97
17 changed files with 35 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
-- Run me like this (connected via USB): ./pm3 -l hf_bruteforce.lua
-- Run me like this (connected via Blueshark addon): ./client/proxmark3 /dev/rfcomm0 -l ./hf_bruteforce.lua
-- Run me like this (connected via USB): ./pm3 -l hf_mfc_uidbruteforce.lua
-- Run me like this (connected via Blueshark addon): ./client/proxmark3 /dev/rfcomm0 -l ./hf_mfc_uidbruteforce.lua
local getopt = require('getopt')
local ansicolors = require('ansicolors')