This website requires JavaScript.
Explore
Help
Sign in
revi-archive
/
phorge-arcanist
Watch
1
Star
0
Fork
You've already forked phorge-arcanist
0
mirror of
https://we.phorge.it/source/arcanist.git
synced
2024-11-08 16:02:39 +01:00
Code
Issues
Releases
Wiki
Activity
b6ccfd4ef5
phorge-arcanist
/
bin
/
arc.bat
3 lines
54 B
Batchfile
Raw
Normal View
History
Unescape
Escape
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
2012-03-19 03:42:53 +01:00
@
echo
off
Allow `arc.bat` to work from paths with spaces in them Summary: If you dump `arcanist/` into "Program Files" or similar, the `.bat` currently breaks. Quote the path so it doesn't. Fixes T1436. Test Plan: Ran `arc` with `arcanist/` in a path with spaces in it. Reviewers: vrana, btrahan Reviewed By: vrana CC: aran Maniphest Tasks: T1436 Differential Revision: https://secure.phabricator.com/D4375
2013-01-09 21:34:30 +01:00
php -f
"
%~dp0
..\scripts\arcanist.php
"
--
%*
Copy permalink