#!/bin/sh
#
#	Copyright (c) 1995, 1996, Sun Microsystems, Inc.
#
# This software is provided by Sun ``AS IS'' and any express or implied
# warranties, including, but not limited to, the implied warranties of
# merchantability and fitness for a particular purpose are disclaimed.
# In no event shall Sun Microsystems be liable for any direct, indirect,
# incidental, special, exemplary, or consequential damages.
# 
# This software is not a product, and is provided for evaluation purposes
# only.
# 
# This software may not be resold without the express permission of
# Sun Microsystems.
# 
# Feedback on this tool may be sent to packet-shell-owner@sunroof.eng.sun.com.
# 
# Packet Shell
# 
# @(#)pbuild	1.1
# 

DIR=/opt/psh/tcllib
XPSH=/opt/psh/bin/xpsh

exec $XPSH $DIR/pbuild.tcl $@ &
echo "Starting pbuild 1.0"
exit 0
