From ab17849725b4cd6915210568bea319fb8111735c Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 26 Apr 2020 23:48:11 +0100 Subject: [PATCH] move the other script too --- noinfo/allwallets.sh | 9 --------- noinfo/walletscripts/allwallets.sh | 10 ++++++++++ 2 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 noinfo/allwallets.sh create mode 100644 noinfo/walletscripts/allwallets.sh diff --git a/noinfo/allwallets.sh b/noinfo/allwallets.sh deleted file mode 100644 index 3c3356f47..000000000 --- a/noinfo/allwallets.sh +++ /dev/null @@ -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 \ No newline at end of file diff --git a/noinfo/walletscripts/allwallets.sh b/noinfo/walletscripts/allwallets.sh new file mode 100644 index 000000000..716696c6e --- /dev/null +++ b/noinfo/walletscripts/allwallets.sh @@ -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 \ No newline at end of file