#/bin/sh for i in 2014 2015 2015.old 2016 2017 2018 2019; do echo $i cp -p wallets.py $i cd $i python wallets.py /mnt/d/CUCC-Expo/Loser cd .. done