#!/bin/sh
if test ! -f nessus.tmpl.in; then
    echo "Sorry, but you must call me in the nessus-plugins root directory!"
    exit 1
fi
find . -type f -print | sort | sed 's/^\.\///' >MANIFEST
