#!/hint/sh # This is really only needed for ssh ControlPath; as I don't have a # way to communicate XDG_RUNTIME_DIR to it otherwise. mkdir -p -- ~/.r if [ -n "$XDG_RUNTIME_DIR" ]; then ln -sfT -- "$XDG_RUNTIME_DIR" ~/.r/"$HOSTNAME" fi