This website requires JavaScript.
Explore
Help
Sign in
rwx.work
/
sh
Watch
1
Star
0
Fork
You've already forked sh
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
52e7cf8f9c
sh
/
shell
/
bash
/
completion.sh
6 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
completion
2024-11-12 06:58:17 +00:00
file
=
"/usr/share/bash-completion/bash_completion"
bash.d
2023-05-09 20:02:34 +00:00
completion
2024-11-12 06:58:17 +00:00
if
[
-f
"
${
file
}
"
]
;
then
.
"
${
file
}
"
bash.d
2023-05-09 20:02:34 +00:00
fi
Reference in a new issue
Copy permalink