Skip to content
Snippets Groups Projects
Unverified Commit f55786b7 authored by Luke Shumaker's avatar Luke Shumaker Committed by Jan Alexander Steffens (heftig)
Browse files

Add '#!/hint/bash' headers to non-executable bash files.

This provides a cross-editor hint that the syntax of the file is Bash.
parent 8ff247de
No related branches found
No related tags found
No related merge requests found
#!/hint/bash
_devtools_compgen() {
local i r
COMPREPLY=($(compgen -W '$*' -- "$cur"))
......
#!/hint/bash
CHROOT_VERSION='v4'
##
......
#!/hint/bash
# Avoid any encoding problems
export LANG=C
......
#!/hint/bash
_arch=(
i686
x86_64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment