diff --git a/toolbox.sh b/toolbox.sh new file mode 100755 index 0000000..d34e0c9 --- /dev/null +++ b/toolbox.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +if [ -z $1 ]; then + distrobox enter -n toolbox +else + distrobox $@ -n toolbox +fi