Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
echo "$(wc -c MyDir/* | tail -1|awk '{print $1/1024/1024;}') MB"
find ./ -exec cat {} \; 2>/dev/null | wc -c