This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.
2020-11-18 15:32:09 -08:00
|
|
|
#!/bin/bash
|
2020-11-13 10:25:04 -08:00
|
|
|
|
|
|
|
# when leaving the console clear the screen to increase privacy
|
|
|
|
|
|
|
|
if [ "$SHLVL" = 1 ]; then
|
|
|
|
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
|
|
|
|
fi
|
2020-11-18 15:32:09 -08:00
|
|
|
|
|
|
|
#now
|