1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/scripts/repository/pull.php

9 lines
225 B
PHP
Raw Normal View History

#!/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 pull ...\n";
exit(1);