#!/bin/csh -f
# This script is invoked from /project/cedar10.1/top/Distfile.  
# See HomeComputingDoc for details. 
set DISK=$1
set PACKAGE=$2
source /project/cedar10.1/top/enable
CommanderWorld << EOF
TrickleChargeOneDF -l { /Cedar -vux:/net/klute/klute-3/cedar10.1/release/ -vux:$DISK/project/cedar10.1/release/ } -l /Cedar/HomeComputing/Local$PACKAGE.df
exitworld
EOF