remove mixed array and string

This commit is contained in:
Ranomier 2024-12-14 17:55:58 +01:00
parent 4f1e35ebad
commit aeb8f16a94

View file

@ -4,4 +4,4 @@ set -E -o pipefail
shopt -s failglob
export LC_ALL=C.UTF8
find /nix/store/ -maxdepth 1 -iname '*'"$@"'*'
find /nix/store/ -maxdepth 1 -iname '*'"$*"'*'