7 lines
133 B
Plaintext
Raw Normal View History

2025-05-10 21:58:58 +08:00
#!/bin/sh
# HACK: Allow access
export XDG_RUNTIME_DIR=/run/user/`id -u weston`
mkdir -p $XDG_RUNTIME_DIR
chmod a+w $XDG_RUNTIME_DIR