#!/usr/bin/env bash set -euo pipefail sudo mkdir -vp /mnt/{music,photos} sudo mount -v --bind /mnt/media/music /mnt/music sudo mount -v --bind /mnt/media/photos /mnt/photos if [ ! -h ~/.cache/shotwell ]; then ln -sv /mnt/photos/shotwell/ ~/.cache/shotwell fi