#!/bin/sh
mount "$@" | grep -vE ' /(sys|proc|dev|run|snap|boot|var/lib/lxcfs)' | grep -v '^overlay '
