#!/bin/sh

quiet_enabled() {
	test "$bootparam_quiet"
	return $?
}

quiet_run() {
	echo -e "\033[0;30m"
}
