Changes between Version 20 and Version 21 of UnixClientPackage


Ignore:
Timestamp:
Apr 30, 2008, 2:01:49 AM (16 years ago)
Author:
fthomas
Comment:

documented the completion script

Legend:

Unmodified
Added
Removed
Modified
  • UnixClientPackage

    v20 v21  
    7474== bash command completion script ==
    7575
    76 > Frank, care to document this part? -EAM
     76The page BashCommandCompletion includes a command completion script for `boinc` and `boinccmd` for the BASH shell. Name this script `boinc` and put it in the directory pointed to by `$BASH_COMPLETION_DIR`. Any scripts placed in this directory will be sourced by interactive BASH shells. It is usually
     77`/etc/bash_completion.d` and is defined at the beginning of BASH's main completion script (which is usually `/etc/bash_completion`).
     78
     79   * `/etc/bash_completion.d/boinc`