#!/bin/sh
#
# Copyright (C) Data General, A Division of EMC Corporation, 1984-1993, 2000
# All Rights Reserved.
# Licensed Material-Property of Data General, A Division of EMC Corporation.
#
# This software is made available solely pursuant
# to the terms of a DG license
# agreement which governs its use.
#
# "<@(#) true.sh,v	6.27.1.2>"
#
#	<PassStamp:_@(#)DG/UX_R4.20MU07__10.0:10.0>
#
#	Copyright (c) 1984 AT&T
#	  All Rights Reserved

#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
#	The copyright notice above does not evidence any
#	actual or intended publication of such source code.

#ident	"@(#)true:true.sh	1.4"
#

#.begin_file_header
# Name : true.sh
# 
# Description:
#       Does nothing, but does it successfully.
#
#       Requires no special privilege.
#
#       Exits with status 0.
# 
# Functions: None. 
# 
# Notes: None.
#.end_file_header

exit 0
