12490Sjkh#!/bin/sh -
22490Sjkh#
32490Sjkh# Copyright (c) 1992, 1993
42490Sjkh#	The Regents of the University of California.  All rights reserved.
52490Sjkh#
62490Sjkh# Redistribution and use in source and binary forms, with or without
72490Sjkh# modification, are permitted provided that the following conditions
82490Sjkh# are met:
92490Sjkh# 1. Redistributions of source code must retain the above copyright
102490Sjkh#    notice, this list of conditions and the following disclaimer.
112490Sjkh# 2. Redistributions in binary form must reproduce the above copyright
122490Sjkh#    notice, this list of conditions and the following disclaimer in the
132490Sjkh#    documentation and/or other materials provided with the distribution.
14216239Suqs# 3. Neither the name of the University nor the names of its contributors
152490Sjkh#    may be used to endorse or promote products derived from this software
162490Sjkh#    without specific prior written permission.
172490Sjkh#
182490Sjkh# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
192490Sjkh# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
202490Sjkh# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
212490Sjkh# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
222490Sjkh# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
232490Sjkh# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
242490Sjkh# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
252490Sjkh# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
262490Sjkh# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
272490Sjkh# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
282490Sjkh# SUCH DAMAGE.
292490Sjkh#
302490Sjkh#	@(#)rot13.sh	8.1 (Berkeley) 5/31/93
31216239Suqs# $FreeBSD$
322490Sjkh
3322445Swoschexec /usr/games/caesar 13 "$@"
34