mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
718b8b6d4f
Summary: Allow Windows users to type "arc" with appropriate env config. Test Plan: Typed "arc", got arc. Reviewers: Makinde, btrahan, Koolvin, jungejason Reviewed By: jungejason CC: aran, epriestley Maniphest Tasks: T124 Differential Revision: https://secure.phabricator.com/D1937
3 lines
53 B
Batchfile
3 lines
53 B
Batchfile
@echo off
|
|
php -f %~dp0..\scripts\arcanist.php -- %*
|
|
|