Mercurial > sat_docs
view scripts/dbus/dbus-launch.sh @ 106:8b228fd053bc
docker (base, libervia): use new getRepositoryData ability to save data in a .hg_data file
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 28 Feb 2016 15:04:12 +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