Mercurial > sat_docs
view scripts/dbus/dbus-launch.sh @ 130:82b148ed4f98
screenshort (0.7): added file sharing animation
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 05 Jul 2018 14:14:58 +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