Mercurial > sat_docs
view scripts/dbus/dbus-launch.sh @ 39:58d99be2306e
association: added pdf signed version of 05/02/2015's Assemblée Générale Extraordinaire and of modified status
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 05 Feb 2015 12:28:11 +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