diff options
author | Alejandro Colomar <alx@kernel.org> | 2024-12-15 20:40:46 +0100 |
---|---|---|
committer | Alejandro Colomar <alx@kernel.org> | 2024-12-15 20:40:56 +0100 |
commit | f023d657a7f3220b75495afce0f33dc67eba8f3f (patch) | |
tree | 4d419a418ff276f733188d09fc7c0dfcfc466cf8 /scripts | |
parent | 8b902f7cece25cb69aa470e3584611c0d5fc25c0 (diff) | |
download | man-pages-f023d657a7f3220b75495afce0f33dc67eba8f3f.tar.gz |
scripts/bash_aliases: duffman(): Silence output of cp(1)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/bash_aliases | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bash_aliases b/scripts/bash_aliases index eef3c9a018..7576f67010 100644 --- a/scripts/bash_aliases +++ b/scripts/bash_aliases @@ -118,5 +118,5 @@ duffman() done \ | less -R; - cd -; + cd - >/dev/null; } |