mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 23:21:13 +01:00
5 lines
108 B
Bash
5 lines
108 B
Bash
|
#!/bin/bash
|
||
|
sudo killall -3 fbi
|
||
|
shred /home/admin/qr.png 2> /dev/null
|
||
|
rm -f /home/admin/qr.png 2> /dev/null
|