PDF Esther 9-10
This commit is contained in:
parent
5998fe96bf
commit
ef8313b9b1
|
@ -657,6 +657,7 @@ Esther 9:16 8130 ||
|
||||||
Esther 9:16 7657 ||
|
Esther 9:16 7657 ||
|
||||||
Esther 9:16 7971 ||
|
Esther 9:16 7971 ||
|
||||||
Esther 9:17 6213 ||
|
Esther 9:17 6213 ||
|
||||||
|
Esther 9:19 4960 feasting
|
||||||
Esther 9:18 6213 ||
|
Esther 9:18 6213 ||
|
||||||
Esther 9:19 3427 ||
|
Esther 9:19 3427 ||
|
||||||
Esther 9:19 5892 ||
|
Esther 9:19 5892 ||
|
||||||
|
@ -666,6 +667,7 @@ Esther 9:20 3789 ||
|
||||||
Esther 9:20 1697 ||
|
Esther 9:20 1697 ||
|
||||||
Esther 9:20 7138 ||
|
Esther 9:20 7138 ||
|
||||||
Esther 9:21 6965 ||
|
Esther 9:21 6965 ||
|
||||||
|
Esther 9:22 4960 feasting
|
||||||
Esther 9:22 6213 ||
|
Esther 9:22 6213 ||
|
||||||
Esther 9:22 7453 ||
|
Esther 9:22 7453 ||
|
||||||
Esther 9:22 34 ||
|
Esther 9:22 34 ||
|
||||||
|
@ -673,6 +675,7 @@ Esther 9:23 6901 ||
|
||||||
Esther 9:23 2490 ||
|
Esther 9:23 2490 ||
|
||||||
Esther 9:23 6213 ||
|
Esther 9:23 6213 ||
|
||||||
Esther 9:23 3789 ||
|
Esther 9:23 3789 ||
|
||||||
|
Esther 9:24 2000 trouble
|
||||||
Esther 9:25 7725 ||
|
Esther 9:25 7725 ||
|
||||||
Esther 9:25 6086 ||
|
Esther 9:25 6086 ||
|
||||||
Esther 9:26 1697 ||
|
Esther 9:26 1697 ||
|
||||||
|
@ -684,6 +687,7 @@ Esther 9:27 8147 ||
|
||||||
Esther 9:27 3791 ||
|
Esther 9:27 3791 ||
|
||||||
Esther 9:28 2142 ||
|
Esther 9:28 2142 ||
|
||||||
Esther 9:28 5892 ||
|
Esther 9:28 5892 ||
|
||||||
|
Esther 9:28 6213 ||
|
||||||
Esther 9:28 5674 ||
|
Esther 9:28 5674 ||
|
||||||
Esther 9:28 5486 ||
|
Esther 9:28 5486 ||
|
||||||
Esther 9:28 2233 ||
|
Esther 9:28 2233 ||
|
||||||
|
@ -696,6 +700,7 @@ Esther 9:31 5315 ||
|
||||||
Esther 9:31 1697 ||
|
Esther 9:31 1697 ||
|
||||||
Esther 9:32 1697 ||
|
Esther 9:32 1697 ||
|
||||||
Esther 10:1 7760 ||
|
Esther 10:1 7760 ||
|
||||||
|
Esther 10:2 1431 ||
|
||||||
Esther 10:2 3117 ||
|
Esther 10:2 3117 ||
|
||||||
Esther 10:3 2896 ||
|
Esther 10:3 2896 ||
|
||||||
Esther 10:3 1696 ||
|
Esther 10:3 1696 ||
|
||||||
|
|
|
@ -18,3 +18,8 @@ echo "pushing tN"
|
||||||
git pull
|
git pull
|
||||||
git commit -a -m "$1"
|
git commit -a -m "$1"
|
||||||
git push) || { echo 'Could not commit!' >&2; exit 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; }
|
||||||
|
|
Loading…
Reference in New Issue