Help for this page

Select Code to Download


  1. or download this
    if test "xterm" = "$TERM" ; then
      /home/myname/bin/keepalive &
    fi
    
  2. or download this
    #!/bin/bash
    while test 1 ; do sleep 600; echo -ne " \b"; done