7 lines
117 B
Text
7 lines
117 B
Text
|
#This is used to reload the instance
|
||
|
TRAPUSR1() {
|
||
|
if [[ -o INTERACTIVE ]]; then
|
||
|
exec "${SHELL}"
|
||
|
fi
|
||
|
}
|