4 lines
57 B
Text
4 lines
57 B
Text
|
if [[ $- == *i* ]]; then
|
||
|
echo ssh interactive session
|
||
|
fi
|