This commit is contained in:
USER
2023-10-10 21:35:12 +01:00
parent a34998ba75
commit 9e49f09a0a

View File

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