#!/bin/sh

if muted ; then
	false
else
	aumix -S
	aumix -v 0
	touch /tmp/muted
fi
