# Pastebin pdHILpBk #!/bin/sh -xe mkdir -p /tmp/foo mkdir -p /tmp/bar while true; do systemd-mount ./foo.snap /tmp/foo systemd-mount ./bar.snap /tmp/bar systemd-umount /tmp/foo systemd-umount /tmp/bar done