#!/bin/sh

# Notif fullscreen "Shutting down"
notif_set 0 "^^^^^^^^      SHUTTING DOWN...^^^^^^^^"

# Shutdown amp
start_audio_amp 0 >/dev/null 2>&1

# Force Read Only 
ro

# Poweroff
poweroff
