#!/bin/sh -efu

plymouth_script() {
	[ -z "$NOSPLASH" ] || return 0
	/bin/plymouth --hide-splash
}

plymouth_script
