diff options
author | EuAndreh <eu@euandre.org> | 2023-03-07 18:05:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-07 18:05:30 -0300 |
commit | 6ade8ec8815c2322add310d2cc200a0d66b027b2 (patch) | |
tree | 9c664764408202067b8e46f63445bff0c466d6c0 /bin/80 | |
parent | etc/sh/rc: s/$N_PROCS/$NPROC/g (diff) | |
download | dotfiles-6ade8ec8815c2322add310d2cc200a0d66b027b2.tar.gz dotfiles-6ade8ec8815c2322add310d2cc200a0d66b027b2.tar.xz |
bin/80: Adapt to the working vcs(1)
Diffstat (limited to 'bin/80')
-rwxr-xr-x | bin/80 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ len() { } if [ $# = 0 ]; then - vcs ls-files | while read -r f; do + vcs ls | while read -r f; do len "$f" done else |