expoweb/noinfo/allwallets.sh

9 lines
153 B
Bash
Raw Normal View History

2020-01-01 18:52:39 +00:00
#/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