scripts/toolbox.sh

8 lines
99 B
Bash
Executable File

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