Files
dotfiles/.bash/hooks/onexit
T
2026-05-06 11:14:48 +02:00

4 lines
129 B
Bash
Executable File

#!/bin/env bash
[[ -f "/dev/shm/bash/$BASHPID/onexit" ]] && source "/dev/shm/bash/$BASHPID/onexit"
rm -rf /dev/shm/bash/$BASHPID