#!/bin/bash

/usr/lib/notification-daemon/notification-daemon &
sleep 5
"$@"
RET=$?
kill %1
wait
exit $RET
