vvs: search for all arguments rather than just one

This commit is contained in:
PowerUser64 2025-06-13 01:17:27 -07:00
parent 099fc27b73
commit 7720040d92

View file

@ -12,4 +12,4 @@ vvs() {
fi
}
vvs "$@"
vvs "$*"