#!/usr/bin/env php
<?php
echo
"This script has moved. All repository management is now performed through ".
"'bin/repository'. Use this command instead:\n\n".
" phabricator/ $ ./bin/repository discover ...\n";
exit(1);