#!/bin/bash

find . -maxdepth 1 -not -path . -not -path ./.pc -not -path ./debian -printf "%f usr/share/icinga-php/ipl\n"
