Markus Zolliker d6cf1f7629 added ccu4 and mercury drivers
Change-Id: I566016e9972a33b94eff5025523206e9806c4b5c
2021-02-26 15:17:58 +01:00

9 lines
123 B
Tcsh

#!/bin/tcsh
foreach fil (*.inp)
set u=${fil:au:r}
if (-e $u.340) then
# rm $fil
echo "$fil $u.340"
endif
end