
last=$(curl https://api.github.com/repos/colin-i/$(cat debian/changelog | head -1 | grep -o ^[^\ ]*)/releases/latest -s | jq .tag_name -r) \
&& echo ${last} && \
tito=x ~/test/debinit "${1}" ${2} && \
~/test/pub deb && \
~/test/deb && \
~/test/publp && \
~/test/ai/ai && \
~/test/del && \
~/test/rel && \
~/test/pub appimage rel && \
~/test/ai/upapppic && \
~/test/pkg/onb && \
~/test/pkg/onab && \
~/test/msys && \
~/test/pub upapp pkg pkgarm msys && \
~/test/pkg/aur && \
~/test/rpm/copr && \
~/test/rpm/suse && \
~/test/pub2 && \
~/test/publp2 && \
~/test/lp && \
~/test/lp x && \
~/test/arh2 ${last} 0
