Files
dotfiles/.bash/hooks/onexit
T
2026-07-06 20:37:06 +02:00

6 lines
140 B
Bash
Executable File

#!/bin/env bash
if [[ -f "/dev/shm/bash/$BASHPID/onexit" ]]; then
source "/dev/shm/bash/$BASHPID/onexit"
fi
rm -rf /dev/shm/bash/$BASHPID