This commit is contained in:
USER
2023-10-10 21:56:47 +01:00
parent cba9b9fd60
commit c6c710abd3

View File

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