#!/bin/bash

if ! mp3diags --help | grep "General" > /dev/null; then
   echo "Error"
fi
