All pastes #5d5WyZan7p Raw Edit

text paste

public text v1 · immutable
#5d5WyZan7p ·published 2026-07-26 13:37 UTC
rendered paste body
if ( ! $?XDG_RUNTIME_DIR ) then    setenv XDG_RUNTIME_DIR /tmp/${uid}-runtime-dir    if ( ! -d "$XDG_RUNTIME_DIR" ) then        mkdir "$XDG_RUNTIME_DIR"        chmod 0700 "$XDG_RUNTIME_DIR"    endifendif