Commit 06d5cb93 authored by Gao Xiang's avatar Gao Xiang
Browse files

new plugin:

start fbterm automatically in /dev/tty*
parent fce68bbb
# start fbterm automatically in /dev/tty*
if [[ $(tty|grep -o '/dev/tty') = /dev/tty ]] ; then
fbterm
exit
fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment