From dae8b882c5d5e2c5bf8b58acae64e4ceb23bd57c Mon Sep 17 00:00:00 2001 From: ugrnm Date: Thu, 23 Mar 2017 20:27:20 +0100 Subject: [PATCH] procrastination --- etc/rc.local | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/etc/rc.local b/etc/rc.local index a05575f..afe703e 100755 --- a/etc/rc.local +++ b/etc/rc.local @@ -11,7 +11,12 @@ # # By default this script does nothing. -/usr/bin/printf " My IP address is\033[0;31m `/sbin/ifconfig | grep "inet addr" | grep -v "127.0.0.1" | awk '{ print $2 }' | awk -F: '{ print $2 }'` \033[0m\n" > /dev/console +# TGC #3 +# first line is just to buy some time to avoid text mixing up with other messages +echo "" | toilet -f ascii12 -w 100 --metal > /dev/console +echo "TETRA\nGAMMA\nCIRCULAIRE\n #3" | toilet -f ascii12 -w 100 --metal > /dev/console +/usr/bin/printf "\033[0;31m`/sbin/ifconfig | grep "inet addr" | grep -v "127.0.0.1" | awk '{ print $2 }' | awk -F: '{ print $2 }'` \033[0m\n" > /dev/console +echo "" > /dev/console # Restore audio levels alsactl --file /etc/asound.state restore