Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save szczys/faaf45b3c5c56aef9f6c to your computer and use it in GitHub Desktop.
Save szczys/faaf45b3c5c56aef9f6c to your computer and use it in GitHub Desktop.
APPLICATION="${0##*/}"
USAGE="$APPLICATION [options]
Wraps enter-chroot to start a Mint session.
By default, it will log into the primary user on the first chroot found.
Options are directly passed to enter-chroot; run enter-chroot to list them."
exec sh -e "`dirname "$0"`/enter-chroot" "$@" startx /bin/bash cinnamon-session-cinnamon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment