Mercurial > sat_docs
view scripts/dbus/dbus-launch.sh @ 41:21d0d0ab7aa0
xeps: renamed published proto-xeps, and updated them according to published version
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 20 Mar 2015 16:13: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