Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2894142
arc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
582 B
Referenced Files
None
Subscribers
None
arc
View Options
#!/usr/bin/env bash
# NOTE: This file is a wrapper script instead of a symlink so it will work in
# the Git Bash environment in Windows.
# Do bash magic to resolve the real location of this script through aliases,
# symlinks, etc.
SOURCE
=
"
${
BASH_SOURCE
[0]
}
"
;
while
[
-h
"
$SOURCE
"
]
;
do
LINK
=
"
$(
readlink
"
$SOURCE
"
)
"
;
if
[
"
${
LINK
:
0
:
1
}
"
==
"/"
]
;
then
# absolute symlink
SOURCE
=
"
$LINK
"
else
# relative symlink
SOURCE
=
"
$(
cd
-P
"
$(
dirname
"
$SOURCE
"
)
"
&&
pwd
)
/
$LINK
"
fi
done
;
DIR
=
"
$(
cd
-P
"
$(
dirname
"
$SOURCE
"
)
"
&&
pwd
)
"
exec
$DIR
/../scripts/arcanist.php
"
$@
"
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Sun, Jan 19, 19:27 (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1115863
Default Alt Text
arc (582 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment