blob: 518e994c8eaaad25bc84fd735fa6f98446e1c7ba (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!@shebangdir@/execlineb -P
# ISC license.
# https://specifications.freedesktop.org/basedir-spec/latest/
fdmove -c 2 1
importas -Si XDG_RUNTIME_DIR
if { mkdir -p -m700 -- ${XDG_RUNTIME_DIR} }
|