diff options
Diffstat (limited to 'src/lib/source/user/xdg/xdg-runtime-dir/down')
| -rw-r--r-- | src/lib/source/user/xdg/xdg-runtime-dir/down | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/source/user/xdg/xdg-runtime-dir/down b/src/lib/source/user/xdg/xdg-runtime-dir/down new file mode 100644 index 0000000..6a12661 --- /dev/null +++ b/src/lib/source/user/xdg/xdg-runtime-dir/down @@ -0,0 +1,10 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://specifications.freedesktop.org/basedir-spec/latest/ + +fdmove -c 2 1 + +importas -Si XDG_RUNTIME_DIR + +rm -Rf ${XDG_RUNTIME_DIR} |
