#!/usr/bin/env sh

# This script is executed (asynchronously) when you mute an incoming call

exec "$(dirname "$0")/missed_call" "$@"