📜  终端中的 bash - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:29.053000             🧑  作者: Mango

代码示例1
if [[ $- == *i* ]]; then
    do_interactive_stuff
fi