Cyconet Blog avatar

Cyconet Blog


Remember, a Jedi can feel the Force flowing through him. Then we’ll go with that data file! As you wish. Robot 1-X, save my friends! And Zoidberg!


  • Home
  • Projects
  • Publications
  • EMail Conditions
  • About
  • Imprint
  • Github
  • Xing
  • RSS

19 Oct 2004 in Planet Debian ~ read.

logout and clear

start this script in .bash_logout!

!/bin/bash

if [ -z "tty|grep tty" ]; then exit 0; fi
TTY=tty|tail -c2
if [ $TTY = "1" ]; then
chvt 2;
chvt $TTY;
else
chvt 1
chvt $TTY
fi

← Making SASL2 working with postfix in sarge Usefull Debian Links →
© 2021. All rights reserved. Built with Uno Zen under Ghost. Original design by Dale Anthony.