Changes between Version 20 and Version 21 of UnixClientPackage
- Timestamp:
- Apr 30, 2008, 2:01:49 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnixClientPackage
v20 v21 74 74 == bash command completion script == 75 75 76 > Frank, care to document this part? -EAM 76 The 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`