mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
9 lines
153 B
Bash
9 lines
153 B
Bash
#/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 |