Ezekiel 32:1-16
This commit is contained in:
parent
abf817a7e1
commit
075fbea1f9
28
content/bible_journal/ezekiel_32:1-16.md
Normal file
28
content/bible_journal/ezekiel_32:1-16.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
+++
|
||||||
|
title = "Ezekiel 32:1–16"
|
||||||
|
date = "2023-06-02"
|
||||||
|
+++
|
||||||
|
|
||||||
|
### [Read the passage.](https://biblia.com/bible/esv/Ezekiel32.1-16)
|
||||||
|
|
||||||
|
The Pharaoh of Egypt considered himself a lion among men, but the Lord
|
||||||
|
considers him a monster, like one that inhabits the seas. With a force of
|
||||||
|
many people, the Lord will pull him out of the Nile River and throw him out
|
||||||
|
onto the land where he perishes. So great is his fall that the carrion birds
|
||||||
|
and beasts from all over the world can eat their fill. Even still the valleys
|
||||||
|
are filled up with his flesh and the ravines flow with the spilled blood.
|
||||||
|
Apocalyptic signs are shown in the sky to mark the passing of such a great
|
||||||
|
beast.
|
||||||
|
|
||||||
|
So great was Egypt's influence, that even nations that Egypt hadn't heard of
|
||||||
|
will tremble at their downfall. They know that if Egypt could be brought low,
|
||||||
|
no nation is safe from the judgement of the Lord.
|
||||||
|
|
||||||
|
When Babylon brings a sword against Egypt, the Lord declares that there will
|
||||||
|
be a complete desolation. Nothing will step in the water to churn up the mud in
|
||||||
|
the rivers. But Egypt will be remembered in song through this lamentation the
|
||||||
|
Lord has given.
|
||||||
|
|
||||||
|
* * *
|
||||||
|
|
||||||
|
You rule over all nations and bring Your judgements to bear.
|
2
justfile
2
justfile
|
@ -9,4 +9,4 @@ create book chapter v1 v2:
|
||||||
passage='{{book}}_{{chapter}}:{{v1}}-{{v2}}'
|
passage='{{book}}_{{chapter}}:{{v1}}-{{v2}}'
|
||||||
cd content/bible_journal
|
cd content/bible_journal
|
||||||
sed -e '/\$/{s/\$1/{{chapter}}/; s/\$2/{{v1}}/; s/\$3/{{v2}}/;}' -e "3s/{}/$(date +%Y-%m-%d)/" _template.txt > "${passage}.md"
|
sed -e '/\$/{s/\$1/{{chapter}}/; s/\$2/{{v1}}/; s/\$3/{{v2}}/;}' -e "3s/{}/$(date +%Y-%m-%d)/" _template.txt > "${passage}.md"
|
||||||
hx + "${passage}.md"
|
hx "${passage}.md"
|
||||||
|
|
Loading…
Reference in a new issue