view scripts/dbus/dbus-launch.sh @ 170:e38a968cb873

association: typo dans compte rendu AG extraordinaire 2021-01-27
author Goffi <goffi@goffi.org>
date Thu, 28 Jan 2021 21:51:10 +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