Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2891054
bash-template.sh
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
441 B
Referenced Files
None
Subscribers
None
bash-template.sh
View Options
_arcanist_complete_
{{{
BIN
}}}
()
{
COMPREPLY
=()
RESULT
=
$(
echo
|
{{{
BIN
}}}
shell-complete
\
--current
${
COMP_CWORD
}
\
--
\
"
${
COMP_WORDS
[@]
}
"
\
2
>/dev/null
)
if
[
$?
-ne
0
]
;
then
return
$?
fi
if
[
"
$RESULT
"
==
"<compgen:file>"
]
;
then
RESULT
=
$(
compgen
-A file --
${
COMP_WORDS
[COMP_CWORD]
}
)
fi
local
IFS
=
$'\n'
COMPREPLY
=(
$RESULT
)
}
complete
-F _arcanist_complete_
{{{
BIN
}}}
-o filenames
{{{
BIN
}}}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 14:32 (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1112908
Default Alt Text
bash-template.sh (441 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment