repo.or.cz
/
gromacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed an unused entry.
[gromacs.git]
/
share
/
tutor
/
cleanit
blob
c578095672a1c081bad751f127f78bb9c5efa33c
1
#!/bin/csh
2
3
foreach testje
(
water nmr1 nmr2 gmxdemo speptide
)
4
cd
$testje
5
\r
m
-f
\
#*\# *~ *.ps *.gz *.dat *.g87 *.hat *.tr? *.xtc *.edr *.ene *.xvg core *.log mdout.mdp *.tp? mon.out confout.gro deshuf.ndx output.*
6
cd
..
7
8
end
9