fdd2f05198
move options env to top of list add interactive echo for ssh remote logins
3 lines
57 B
Text
3 lines
57 B
Text
if [[ $- == *i* ]]; then
|
|
echo ssh interactive session
|
|
fi
|