#code by  venkentom@gmail.com
#
# Licenced by the GPL General Public License
# Have a look at:
# http://www.gnu.org/copyleft/gpl.html
# For more information about the GPL License
#
# I am not responsible for what this code does to your hw/sw/mind
# Use at your own risk
#

#Put gromacs commands after this line

DIR=`pwd`

#Config
NPROCS=2

source /Home/ii/venken/.bashrc

for i in {66..99}
do

echo $i
#echo 0$i

mv $i 0$i

done

