fix escaping

main
Zynh Ludwig 2024-08-01 03:18:53 -07:00
parent c5f2826c5d
commit d9b88eb118
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ in
target=''${args[1]}
if [ -d "''$target" ]; then
files=(''$target"/*")
files=($target"/*")
if [[ ''$(''$files[@]) -gt 0 ]]; then
echo "~ Found Files at ''$target ~"