Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-11-09 10:02:28 +01:00
parent db89686a7e
commit 1abfedd886
4 changed files with 58 additions and 1 deletions

View File

@ -1,4 +1,7 @@
#!/usr/bin/env bash
#export LD_LIBRARY_PATH=/usr/local/lib
#export LD_PRELOAD=/usr/local/lib/libpcap.so.1
# well ... it blinks the led
blink_led() {
# shellcheck disable=SC2034