mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-04 20:50:37 -08:00
9 lines
136 B
Bash
Executable File
9 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# pm3.so somewhere in default LUA_CPATH :
|
|
# /usr/local/lib/lua/5.4/pm3.so
|
|
# /usr/lib/lua/5.4/pm3.so
|
|
# ./pm3.so
|
|
|
|
./test.lua
|