xref: /original-bsd/usr.bin/tput/clear.sh (revision eb29a866)
1addba397Sbostic#!/bin/sh -
2addba397Sbostic#
3*eb29a866Sbostic# Copyright (c) 1989, 1993
4*eb29a866Sbostic#	The Regents of the University of California.  All rights reserved.
5addba397Sbostic#
657d65164Sbostic# %sccs.include.redist.sh%
7addba397Sbostic#
8*eb29a866Sbostic#	@(#)clear.sh	8.1 (Berkeley) 06/06/93
9addba397Sbostic#
1057d65164Sbostic
11addba397Sbosticexec tput clear
12