add custom scripts

This commit is contained in:
DefectingCat
2023-12-05 21:42:33 +08:00
parent 06b6e1fdfe
commit fd889111b8
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
export XDG_RUNTIME_DIR=/tmp/$UID
if [ ! -d $XDG_RUNTIME_DIR ]; then
mkdir /tmp/$UID
fi