mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
8 lines
175 B
Text
8 lines
175 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# NOTE: This file is a wrapper script instead of a symlink so it will work in
|
||
|
# the Git Bash environment in Windows.
|
||
|
|
||
|
exec `dirname $0`/../scripts/arcanist.php $@
|
||
|
|