Skip to content

Commit

Permalink
add cloc
Browse files Browse the repository at this point in the history
  • Loading branch information
audacioustux committed Oct 3, 2023
1 parent 8e47a3b commit dc2cb9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common-utils-extras/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ apt-get install -yqq --no-install-recommends \
fzf \
socat \
parallel \
gum
gum \
cloc

# create symlinks for bat and fd, as they are called batcat and fdfind in Ubuntu
sudo -iu $_REMOTE_USER <<EOF
Expand Down
1 change: 1 addition & 0 deletions test/common-utils-extras/available_for_nonroot_user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ bins=(
parallel
gum
yq
cloc
)

for bin in "${bins[@]}"; do
Expand Down
1 change: 1 addition & 0 deletions test/common-utils-extras/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ bins=(
parallel
gum
yq
cloc
)

for bin in "${bins[@]}"; do
Expand Down

0 comments on commit dc2cb9a

Please sign in to comment.