view scripts/dbus/dbus-launch.sh @ 137:4c4c8ea4182a

screenshot (0.7): added capture of Cagou on Android (0.7.0.b1)
author Goffi <goffi@goffi.org>
date Mon, 06 May 2019 09:06:33 +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