home *** CD-ROM | disk | FTP | other *** search
/ Chip 1995 March / CHIP3.mdf / slackwar / a / util / util-lin.10 / util-lin / util-linux-1.10 / reset.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1993-10-09  |  98 b   |  11 lines

  1. #!/bin/sh
  2. stty sane
  3. tput clear
  4. tput rmacs
  5. tput rmm
  6. tput rmso
  7. tput rmul
  8. tput rs1
  9. tput rs2
  10. tput rs3
  11.