#!/bin/sh

# Author: Dennis Braun <d_braun@kabelmail.de>

set -e

for l in /usr/bin/lsp-plugins-*
do 
   $l -h
done
