Skip to content

Instantly share code, notes, and snippets.

View mwnDK1402's full-sized avatar

Wagner mwnDK1402

View GitHub Profile
# Check whether cocogitto is installed
if ! cog bump --help >/dev/null; then
>&2 echo 'error: please install cocogitto'
exit 1
fi
# Check whether cargo-bump is installed
if ! cargo bump --help >/dev/null; then
>&2 echo 'error: please install cargo-bump'
exit 1