#!/usr/bin/env bash
BLEND_COMMAND="sudo apt $@" blend enter ubuntu-22.10 --distro ubuntu-22.10
ret=$?
exit $ret