Restore 'toolbox' command for default distrobox
This commit is contained in:
parent
239017d00c
commit
9ce71b5e85
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [ -z $1 ]; then
|
||||||
|
distrobox enter -n toolbox
|
||||||
|
else
|
||||||
|
distrobox $@ -n toolbox
|
||||||
|
fi
|
Loading…
Reference in New Issue