#!/bin/bash if [ "$1" == "--help" ]; then echo "packages with config files with a leading slash (should be removed)" exit 1 fi find ../source -name FrugalBuild |xargs grep '^backup=(/' \ |sed 's|.*/\([^/]*\)/FrugalBuild.*|\1|'|sort -u