mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
Add an arc.bat file for Arcanist
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
This commit is contained in:
parent
89753d5d49
commit
718b8b6d4f
1 changed files with 3 additions and 0 deletions
3
bin/arc.bat
Normal file
3
bin/arc.bat
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@echo off
|
||||||
|
php -f %~dp0..\scripts\arcanist.php -- %*
|
||||||
|
|
Loading…
Reference in a new issue