help() { cat </dev/null mount $MOUNT_OPTS "/dev/$partition" "/media/$partition" find "/media/$partition" -name '*.pgp' -maxdepth 2 | while read file; do echo "Found potential shardfile: $file" done done } echo help echo discover-and-mount-sdcard echo