#!/bin/bash
set -xe
if [ -x hooks/$(basename $0) ]
then
	exec hooks/$(basename $0)
else
	exec .konveyor/tools/generateSources.sh main
fi
