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