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.
l /path/to/directory | awk '/^-/ { print $NF }'
find /path/to/directory -type f -level 0
find /path/to/directory \( -type f -o -type l \) -level 0