Add files via upload

This commit is contained in:
nmset
2018-04-14 21:39:55 +02:00
committed by GitHub
parent 3618a09c27
commit df97397fc4
32 changed files with 2136 additions and 2 deletions

9
saf7_Quit.sh Normal file
View File

@@ -0,0 +1,9 @@
#/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