From ef8313b9b1e2a8c90b6d6be67023099c9dcde1ee Mon Sep 17 00:00:00 2001 From: Henry Whitney Date: Mon, 8 Apr 2019 08:39:46 -0400 Subject: [PATCH] PDF Esther 9-10 --- .../FilesForUpdates/Exceptions/Exceptions_tWs_from_OSHB.txt | 5 +++++ MAST_tW_PDF_Updater/FilesForUpdates/upload.sh | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/MAST_tW_PDF_Updater/FilesForUpdates/Exceptions/Exceptions_tWs_from_OSHB.txt b/MAST_tW_PDF_Updater/FilesForUpdates/Exceptions/Exceptions_tWs_from_OSHB.txt index 53798be..9dbaf57 100644 --- a/MAST_tW_PDF_Updater/FilesForUpdates/Exceptions/Exceptions_tWs_from_OSHB.txt +++ b/MAST_tW_PDF_Updater/FilesForUpdates/Exceptions/Exceptions_tWs_from_OSHB.txt @@ -657,6 +657,7 @@ Esther 9:16 8130 || Esther 9:16 7657 || Esther 9:16 7971 || Esther 9:17 6213 || +Esther 9:19 4960 feasting Esther 9:18 6213 || Esther 9:19 3427 || Esther 9:19 5892 || @@ -666,6 +667,7 @@ Esther 9:20 3789 || Esther 9:20 1697 || Esther 9:20 7138 || Esther 9:21 6965 || +Esther 9:22 4960 feasting Esther 9:22 6213 || Esther 9:22 7453 || Esther 9:22 34 || @@ -673,6 +675,7 @@ Esther 9:23 6901 || Esther 9:23 2490 || Esther 9:23 6213 || Esther 9:23 3789 || +Esther 9:24 2000 trouble Esther 9:25 7725 || Esther 9:25 6086 || Esther 9:26 1697 || @@ -684,6 +687,7 @@ Esther 9:27 8147 || Esther 9:27 3791 || Esther 9:28 2142 || Esther 9:28 5892 || +Esther 9:28 6213 || Esther 9:28 5674 || Esther 9:28 5486 || Esther 9:28 2233 || @@ -696,6 +700,7 @@ Esther 9:31 5315 || Esther 9:31 1697 || Esther 9:32 1697 || Esther 10:1 7760 || +Esther 10:2 1431 || Esther 10:2 3117 || Esther 10:3 2896 || Esther 10:3 1696 || diff --git a/MAST_tW_PDF_Updater/FilesForUpdates/upload.sh b/MAST_tW_PDF_Updater/FilesForUpdates/upload.sh index 1a4df2a..a6453fd 100644 --- a/MAST_tW_PDF_Updater/FilesForUpdates/upload.sh +++ b/MAST_tW_PDF_Updater/FilesForUpdates/upload.sh @@ -18,3 +18,8 @@ echo "pushing tN" git pull git commit -a -m "$1" git push) || { echo 'Could not commit!' >&2; exit 1; } +echo "pushing Files for Update" +(cd "/Users/Henry/Documents/git.Door43/Tips_and_Hacks/MAST_tW_PDF_Updater/FilesForUpdates"; +git pull +git commit -a -m "$1" +git push) || { echo 'Could not commit!' >&2; exit 1; }