#!/bin/bash if [ -z $1 ]; then distrobox enter -n toolbox else distrobox $@ -n toolbox fi