#! /usr/bin/perl $in = shift(@ARGV); $tmphome = shift(@ARGV); if (!$in || !$tmphome) { printf "Usage: xxx indir tmpdir"; } # Set up the CCTK home directory $cachome = $ENV{'CCTK_HOME'} || "$ENV{HOME}/CCTK"; $cachome =~ s:/$::g; # #if (!-e "$cachome/lib/perl/thorn_utils.pl" ) { # print <