/usr/share/gromacs/tutor/cleanit is in gromacs-data 4.5.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #!/bin/csh
foreach testje ( water nmr1 nmr2 gmxdemo speptide )
cd $testje
\rm -f \#*\# *~ *.ps *.gz *.dat *.g87 *.hat *.tr? *.xtc *.edr *.ene *.xvg core *.log mdout.mdp *.tp? mon.out confout.gro deshuf.ndx output.*
cd ..
end
|