add toolbox helper script
This commit is contained in:
parent
b4693793bc
commit
07ff0887e9
1 changed files with 3 additions and 0 deletions
3
bin/.local/bin/dev
Executable file
3
bin/.local/bin/dev
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
IDENTIFIER="${1:-40}"
|
||||
toolbox run --container dev$IDENTIFIER tmux ${@:2}
|
Loading…
Reference in a new issue