Changes between Version 3 and Version 4 of BashCommandCompletion


Ignore:
Timestamp:
Oct 10, 2007, 9:30:05 AM (17 years ago)
Author:
Nicolas
Comment:

Use a wiki #!comment instead of an HTML comment inside #!html

Legend:

Unmodified
Added
Removed
Modified
  • BashCommandCompletion

    v3 v4  
    2222To use this command completion, save the following script on a file and source it in bash.
    2323{{{
    24 #!html
    25 <!-- instructions are needed on what exactly users are supposed to do to use the script, ie what "source it in bash" means. -->
     24#!comment
     25instructions are needed on what exactly users are supposed to do to use the script, ie what "source it in bash" means.
    2626}}}
    2727----