1 2 3 4 5 6 7
# start fbterm automatically in /dev/tty* if (( ${+commands[fbterm]} )); then if [[ "$TTY" = /dev/tty* ]] ; then fbterm && exit fi fi