mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
move the other script too
This commit is contained in:
parent
f5046f99f9
commit
ab17849725
@ -1,9 +0,0 @@
|
|||||||
#/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
|
|
10
noinfo/walletscripts/allwallets.sh
Normal file
10
noinfo/walletscripts/allwallets.sh
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#/bin/sh
|
||||||
|
|
||||||
|
for i in 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019; do
|
||||||
|
#for i in 2016 2017 2018 2019; do
|
||||||
|
echo $i
|
||||||
|
cp -p wallets.py $i
|
||||||
|
cd $i
|
||||||
|
python wallets.py
|
||||||
|
cd ..
|
||||||
|
done
|
Loading…
Reference in New Issue
Block a user