6 lines
140 B
Bash
Executable File
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
|