Adding some special blocks like HALVING_3

This commit is contained in:
2020-05-26 08:48:23 +02:00
parent 5e70658660
commit 1fab7825da
5 changed files with 92 additions and 10 deletions

View File

@@ -11,5 +11,7 @@ export FLAG_PATH=$APPS_PATH/../flags
MINUTE=`date +%M`
DATE=`date +%Y%m%d0000`
source scripts/blocks2.sh
if [ -f scripts/$1.sh ];
then
source scripts/$1.sh
fi