mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +01:00
5 lines
108 B
Bash
Executable File
5 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
|