#!/usr/bin/env bash
set -Eeuo pipefail
printf '/usr/bin: %s\n' "$(command -v a2k-version || printf 'not found')"
