Random Exit
Create this file as /etc/profile.d/randomexit.sh
:
export PROMPT_COMMAND='[ ${SECONDS} -ge $[ ${RANDOM} % 1800 ]] && exit'
Create this file as /etc/profile.d/randomexit.sh
:
export PROMPT_COMMAND='[ ${SECONDS} -ge $[ ${RANDOM} % 1800 ]] && exit'