home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1995 March
/
CHIP3.mdf
/
slackwar
/
a
/
util
/
util-lin.2
/
util-lin
/
util-linux-2.2
/
misc-utils
/
reset.sh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1995-02-22
|
190 b
|
14 lines
#!/bin/sh
stty sane
tput clear
tput rmacs
tput rmm
tput rmso
tput rmul
tput rs1
tput rs2
tput rs3
bot=$[ ${LINES:-`tput lines`} - 1 ]
if test "$bot" -le "0"; then bot=24; fi
tput csr 0 $bot