This commit is contained in:
USER
2024-08-24 11:47:31 +01:00
parent 38b4f8b54f
commit d497fe5d78

View File

@ -1,12 +1,12 @@
# Source .bashrc for non-interactive Bash shells
export BASH_ENV=~/.bashrc
echo "shared "
if [[ $- != *i* ]] ; then
# Shell is non-interactive. Be done now!
return
fi
export BASH_ENV=~/.bashrc
echo "shared "
THISOS=$(uname | awk '{print tolower($1)}')
THISHOST=$(uname -n)