find again
parent
c819235262
commit
c3d64c3c31
|
@ -26,9 +26,7 @@ in
|
||||||
target=''${args[1]}
|
target=''${args[1]}
|
||||||
|
|
||||||
if [ -d "$target" ]; then
|
if [ -d "$target" ]; then
|
||||||
files=(''${target}/*)
|
if [[ $(${pkgs.findutils}/bin/find /some/dir/ -maxdepth 0 -empty) -gt 0 ]]; then
|
||||||
|
|
||||||
if [[ $(#$files[@]) -gt 0 ]]; then
|
|
||||||
echo "~ Found Files at $target ~"
|
echo "~ Found Files at $target ~"
|
||||||
else
|
else
|
||||||
echo "~ No Files in $target ~"
|
echo "~ No Files in $target ~"
|
||||||
|
|
Loading…
Reference in New Issue