Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-11-10 14:34:31 +01:00
parent 4797fcc4b1
commit f6d958170b

View File

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