remover-arquivos-vazios.sh

#!/bin/bash
find "$1" -type f -empty -delete