1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-12-26 18:47:14 +00:00
tgbotapi/changelog_info_retriever

17 lines
201 B
Plaintext
Raw Normal View History

2020-09-22 09:15:20 +00:00
#!/bin/bash
version=$1
read -r
while [ -z "`echo $REPLY | grep -e "^#\+ $version"`" ]
do
read -r
done
read -r
while [ -z "`echo $REPLY | grep -e "^#\+"`" ]
do
echo "$REPLY"
read -r
done