This website requires JavaScript.
Explore
Help
Sign In
jpm
/
scripts
Watch
1
Star
1
Fork
You've already forked scripts
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
eacff1a815
scripts
/
toolbox.sh
8 lines
99 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
if
[
-z
$1
]
;
then
distrobox enter -n toolbox
else
distrobox
$@
-n toolbox
fi
Reference in New Issue
View Git Blame
Copy Permalink