1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-04 19:43:00 +02:00

Print entire changelog since we can scroll

This commit is contained in:
aclist 2022-06-12 16:17:23 +09:00 committed by GitHub
parent 10de829874
commit 748ce0a05f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ changelog(){
prefix="This window can be scrolled."
echo $prefix
echo ""
curl -Ls "$md" | awk -v upstream=$upstream -v version=$version '$0 ~ upstream {flag=1}$0 ~ version {flag=0}flag'
curl -Ls "$md" | awk '/Unreleased/ {flag=1}flag'
}
depcheck(){