Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash test if in interactive shell

if [[ $- == *i* ]]
then
    do_interactive_stuff
fi
 
PREVIOUS NEXT
Tagged: #bash #test #interactive #shell
ADD COMMENT
Topic
Name
5+3 =