#!/bin/bash
#
# This is example of /sbin/soundman program which receives events from
# ALSA driver. Note that this program is run as root (security warning).
# Permissions maybe only 700.
#

echo "$@" >> /tmp/soundman.out
