merged master with work
Change-Id: Iedfb2bf7f28bfe45201adacec0645cc13abffe59
This commit is contained in:
8
secop_psi/calcurves/purge
Executable file
8
secop_psi/calcurves/purge
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/tcsh
|
||||
foreach fil (*.inp)
|
||||
set u=${fil:au:r}
|
||||
if (-e $u.340) then
|
||||
# rm $fil
|
||||
echo "$fil $u.340"
|
||||
endif
|
||||
end
|
Reference in New Issue
Block a user