Mercurial > sat_docs
view scripts/dbus/dbus-launch.sh @ 57:8a2917cbc9fa
remove screencasts (store them on the ftp even if they are small)
author | souliane <souliane@mailoo.org> |
---|---|
date | Sat, 17 Oct 2015 10:25:42 +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