diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-28 22:17:15 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-28 22:17:15 -0800 |
| commit | 7daa148e946d234de88c185dcf5e75000d73fdb8 (patch) | |
| tree | b87e2c740fe705a8df48602dc48352e9d3f46d00 /scripts/bbtargets | |
| parent | 2aa5f544a7a03c1ad59c70ed149911aa3ece0898 (diff) | |
Renamed $BBCURSOR -> $BB for concision
Diffstat (limited to 'scripts/bbtargets')
| -rwxr-xr-x | scripts/bbtargets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bbtargets b/scripts/bbtargets index dff50c9..3b47cc7 100755 --- a/scripts/bbtargets +++ b/scripts/bbtargets @@ -2,7 +2,7 @@ # If the user is doing something ambiguous, like selecting a bunch of files, # moving the cursor off of those files, then doing an action, this will ask # what they mean to target, then output either 'cursor' or 'selected'. -# Usage: targets "$BBCURSOR" "$@" +# Usage: targets "$BB" "$@" cursor="$1" shift if [ $# -gt 0 ]; then |
