#!/bin/bash

# Do we need this at all?
if [ -e /usr/bin/pulseaudio-ctl ];then
	(sleep 10s && /usr/bin/pulseaudio-ctl set 70) &
fi
