Changes between Version 3 and Version 4 of BashCommandCompletion
- Timestamp:
- Oct 10, 2007, 9:30:05 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BashCommandCompletion
v3 v4 22 22 To use this command completion, save the following script on a file and source it in bash. 23 23 {{{ 24 #! html25 <!-- instructions are needed on what exactly users are supposed to do to use the script, ie what "source it in bash" means. --> 24 #!comment 25 instructions are needed on what exactly users are supposed to do to use the script, ie what "source it in bash" means. 26 26 }}} 27 27 ----