Files
dotfiles/rua-scripts/xdg-startup.sh
DefectingCat 9b9e07c1d1 update backup script
add source directory exist detection
2023-12-05 21:36:18 +08:00

7 lines
101 B
Bash

#!/bin/bash
export XDG_RUNTIME_DIR=/tmp/$UID
if [ ! -d $XDG_RUNTIME_DIR ]; then
mkdir /tmp/$UID
fi