mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
4 lines
108 B
Bash
Executable file
4 lines
108 B
Bash
Executable file
#!/bin/bash
|
|
sudo killall -3 fbi
|
|
shred /home/admin/qr.png 2> /dev/null
|
|
rm -f /home/admin/qr.png 2> /dev/null
|