#!/bin/bash
set -e
adr_bin_dir=/usr/libexec/adr-tools

head -1 "$("$adr_bin_dir/_adr_file" "$1")" | cut -c 3-
