#!/bin/bash

cat <<EOM
Launching a shell inside the default app confinement. Navigate to your
app-specific directories with:

  $ cd \$SNAP
  $ cd \$SNAP_DATA
  $ cd \$SNAP_USER_DATA

EOM

/bin/bash --norc -i
