mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: remark available in lua
This commit is contained in:
parent
2c4e660605
commit
ed565d04f5
3 changed files with 20 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
static int CmdHelp(const char *Cmd);
|
||||
|
||||
static int CmdRem(const char *Cmd) {
|
||||
int CmdRem(const char *Cmd) {
|
||||
char buf[22] = {0};
|
||||
struct tm *ct, tm_buf;
|
||||
time_t now = time(NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue