#!/bin/sh

set -e

cat <<EOF
Please run:
sudo snap connect content-plug:shared-content-plug content-slot:shared-content-slot
if you see an permission denied error
EOF

cat $SNAP/import/shared-content
