#!/usr/bin/env bash

# We use -cmin +0 to avoid files appearing in the filelist that aren't stat'able.  Sometimes fuse filesystems
# don't like to be stat'd.

find / -xdev -cmin +0 -print0