1#!/bin/sh 2 3# HACK: Allow access 4export XDG_RUNTIME_DIR=/run/user/`id -u weston` 5mkdir -p $XDG_RUNTIME_DIR 6chmod a+w $XDG_RUNTIME_DIR 7