1e25922b3SMark Johnston#!/usr/local/bin/ksh -p
2d83c7075SLi-Wen Hsu#
3d83c7075SLi-Wen Hsu# CDDL HEADER START
4d83c7075SLi-Wen Hsu#
5d83c7075SLi-Wen Hsu# The contents of this file are subject to the terms of the
6d83c7075SLi-Wen Hsu# Common Development and Distribution License (the "License").
7d83c7075SLi-Wen Hsu# You may not use this file except in compliance with the License.
8d83c7075SLi-Wen Hsu#
9d83c7075SLi-Wen Hsu# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10d83c7075SLi-Wen Hsu# or http://www.opensolaris.org/os/licensing.
11d83c7075SLi-Wen Hsu# See the License for the specific language governing permissions
12d83c7075SLi-Wen Hsu# and limitations under the License.
13d83c7075SLi-Wen Hsu#
14d83c7075SLi-Wen Hsu# When distributing Covered Code, include this CDDL HEADER in each
15d83c7075SLi-Wen Hsu# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16d83c7075SLi-Wen Hsu# If applicable, add the following below this CDDL HEADER, with the
17d83c7075SLi-Wen Hsu# fields enclosed by brackets "[]" replaced with your own identifying
18d83c7075SLi-Wen Hsu# information: Portions Copyright [yyyy] [name of copyright owner]
19d83c7075SLi-Wen Hsu#
20d83c7075SLi-Wen Hsu# CDDL HEADER END
21d83c7075SLi-Wen Hsu#
22d83c7075SLi-Wen Hsu
23d83c7075SLi-Wen Hsu#
24d83c7075SLi-Wen Hsu# Copyright 2017 Li-Wen Hsu <lwhsu@FreeBSD.org>
25d83c7075SLi-Wen Hsu
26d83c7075SLi-Wen Hsuwhile true
27d83c7075SLi-Wen Hsudo
28d83c7075SLi-Wen Hsu	sleep 0.1
298dc0ad14SLi-Wen Hsu	cat /COPYRIGHT > /dev/null
30d83c7075SLi-Wen Hsudone
31