another attempt
parent
2dd0f78052
commit
c819235262
|
@ -26,9 +26,9 @@ in
|
|||
target=''${args[1]}
|
||||
|
||||
if [ -d "$target" ]; then
|
||||
files=("$target/*")
|
||||
files=(''${target}/*)
|
||||
|
||||
if [[ $($files[@]) -gt 0 ]]; then
|
||||
if [[ $(#$files[@]) -gt 0 ]]; then
|
||||
echo "~ Found Files at $target ~"
|
||||
else
|
||||
echo "~ No Files in $target ~"
|
||||
|
|
Loading…
Reference in New Issue