Michel-FK 4d8b81a40e recovery build
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
2020-10-20 23:26:28 +02:00

9 lines
153 B
Bash
Executable File

#!/bin/sh
# Clear all current notifications
NOTIFICATION_DISPLAY=/sys/class/graphics/fb0/notification
printf "clear" > ${NOTIFICATION_DISPLAY}
exit 0