bashrc prüfen, ob interaktiv
if [[ $- == *i* ]]; then
do_interactive_stuff
fi
steamboatid
if [[ $- == *i* ]]; then
do_interactive_stuff
fi