mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-12-23 00:57:15 +00:00
fix changelog retriever file
This commit is contained in:
parent
5f9cb25e18
commit
9824bf4297
21
changelog_info_retriever
Normal file → Executable file
21
changelog_info_retriever
Normal file → Executable file
@ -1,20 +1,17 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
function parse() {
|
function parse() {
|
||||||
version=$1
|
version=$1
|
||||||
|
|
||||||
read -r
|
while IFS= read -r line && [ -z "`echo $line | grep -e "^#\+ $version"`" ]
|
||||||
while [ -z "`echo $REPLY | grep -e "^#\+ $version"`" ]
|
do
|
||||||
do
|
: # do nothing
|
||||||
read -r
|
done
|
||||||
done
|
|
||||||
|
|
||||||
read -r
|
while IFS= read -r line && [ -z "`echo $line | grep -e "^#\+"`" ]
|
||||||
while [ -z "`echo $REPLY | grep -e "^#\+"`" ]
|
do
|
||||||
do
|
echo "$line"
|
||||||
echo "$REPLY"
|
done
|
||||||
read -r
|
|
||||||
done
|
|
||||||
}
|
}
|
||||||
|
|
||||||
version=$1
|
version=$1
|
||||||
|
Loading…
Reference in New Issue
Block a user