FunKey-OS/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/display_notif_system_stats

6 lines
86 B
Bash
Executable File

#!/bin/sh
notif set 0 " Getting system stats..."
killall -s USR1 system_stats
exit 0