view scripts/dbus/dbus-launch.sh @ 123:f20fa03391f5

added big picture English file
author souliane <souliane@mailoo.org>
date Thu, 28 Apr 2016 09:27:58 +0200
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