view scripts/dbus/dbus-launch.sh @ 75:d944c37c36fe

xmpp (xep-proto-jid-mention): typos fixes
author souliane <souliane@mailoo.org>
date Sat, 16 Jan 2016 18:07:21 +0100
parents 703a394b9780
children
line wrap: on
line source

#!/bin/sh

DBUS_PATH="/tmp/.dbus.`whoami`"

if [ ! -e $DBUS_PATH ]; then
	dbus-launch --sh-syntax > $DBUS_PATH
	chmod 400 $DBUS_PATH
fi

cat $DBUS_PATH