1153838Sdfr#!/bin/sh -
2153838Sdfr#
3153838Sdfr# Copyright (c) 1989, 1993
4153838Sdfr#	The Regents of the University of California.  All rights reserved.
5153838Sdfr#
6153838Sdfr# Redistribution and use in source and binary forms, with or without
7153838Sdfr# modification, are permitted provided that the following conditions
8153838Sdfr# are met:
9153838Sdfr# 1. Redistributions of source code must retain the above copyright
10153838Sdfr#    notice, this list of conditions and the following disclaimer.
11153838Sdfr# 2. Redistributions in binary form must reproduce the above copyright
12153838Sdfr#    notice, this list of conditions and the following disclaimer in the
13153838Sdfr#    documentation and/or other materials provided with the distribution.
14153838Sdfr# 4. Neither the name of the University nor the names of its contributors
15153838Sdfr#    may be used to endorse or promote products derived from this software
16153838Sdfr#    without specific prior written permission.
17153838Sdfr#
18153838Sdfr# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19153838Sdfr# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20153838Sdfr# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21153838Sdfr# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22153838Sdfr# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23153838Sdfr# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24153838Sdfr# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25153838Sdfr# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26153838Sdfr# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27153838Sdfr# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28153838Sdfr# SUCH DAMAGE.
29153838Sdfr#
30153838Sdfr# $FreeBSD: releng/10.3/usr.bin/tput/clear.sh 216370 2010-12-11 08:32:16Z joel $
31153838Sdfr#
32153838Sdfr#	@(#)clear.sh	8.1 (Berkeley) 6/6/93
33153838Sdfr#
34153838Sdfr
35153838Sdfrexec tput clear
36153838Sdfr