Created
September 18, 2014 06:14
-
-
Save francisbesset/ef689a06d1351d235355 to your computer and use it in GitHub Desktop.
Write on physical screen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo chown username /dev/tty1 | |
sudo echo -e "\033[2J\033[1;1H" >> /dev/tty1 # CTRL + L | |
sudo echo "bonjour à tous" >> /dev/tty1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment