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

6 lines
85 B
Bash
Executable File

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