#!/bin/bash
printf 'eu-elflint is only available in the full-featured elfutils package\n' 2>&1
printf 'See /usr/share/doc/elfutils-0.91/FULL'
exit 1
