#!/usr/bin/csh # $PH/02s522/hominidDemo.csh - RJL 021209 # this file copies files RJLmylog.txt and RJLmylogDB1.dat # and sets environment variables to call bdelog.exe # after creating the required symlink ../lib above your directory. # I have tested this in ~/02f522 and in $CASE/02f522 # (on my unix alpha workstation). # Keep pressing key 's' to step the hominid along the path. # You can edit this diagram between keypresses. # You can also create more diagrams (but don't press 's' :-). # (WARNING: ln -s will fail (and ln -sf will destroy) ../lib # if it exists, relative to the place you run this script.) setenv RJL ~lechner/bde2alpha_rl/sandbox/bdecheckout/bde setenv BDE $RJL/executables/alpha/bdelog.exe ln -s ../lib $RJL/lib cp $RJL/test/mylog.txt ./RJLmylog.txt cp $RJL/test/mylogDB1.dat ./RJLmylogDB1.dat $BDE RJLmylog.txt &