тест Bash, если в интерактивной оболочке
if [[ $- == *i* ]]
then
do_interactive_stuff
fi
Gifted Gull
if [[ $- == *i* ]]
then
do_interactive_stuff
fi