#!/bin/sh
echo "notification: $@"
notify-send "$@" &
exec tts "$@"
