Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # docs: https://stackoverflow.com/questions/28353244/error-in-linux-console-couldnt-get-a-file-descriptor-referring-to-the-console
- if [[ `tty` =~ ^/dev/tty[0-9]+ ]] ; then setfont ... ; fi
- if [[ `tty` =~ ^/dev/tty[0-9]+ ]] ; then echo "setfont ..." ; else echo "not setfont" ; fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement