|
|
@ -11,7 +11,12 @@
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# By default this script does nothing.
|
|
|
|
# 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
|
|
|
|
# Restore audio levels
|
|
|
|
alsactl --file /etc/asound.state restore
|
|
|
|
alsactl --file /etc/asound.state restore
|
|
|
|