Skip to content
  • Luke Shumaker's avatar
    Add "#!/hint/bash" to the beginning of several files · 97e17a59
    Luke Shumaker authored and Eli Schwartz's avatar Eli Schwartz committed
    It is a method of notifying text-editors that a file is in Bash syntax
    without giving it a propper shebang (which would be confusing, as it
    would suggest that the file should be executable), as well as working
    across virtually all text-editors (unlike "-*- Mode: Bash -*-" or
    whatever).
    97e17a59