Files
saf7/saf7_Quit.sh
2018-04-14 21:39:55 +02:00

10 lines
143 B
Bash

#/bin/sh
TAG="default"
[ -n "$1" ] && TAG="$1"
dbus-send --system --type=method_call --dest=xmpp.saf-"$TAG" /xmpp/saf xmpp.saf.Quit
exit 0