Files
saf7/saf7_Quit.sh

10 lines
143 B
Bash
Raw Permalink Normal View History

2018-04-14 21:39:55 +02:00
#/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