add toolbox helper script

This commit is contained in:
Jan Wolff 2024-07-03 10:14:07 +02:00
parent b4693793bc
commit 07ff0887e9

3
bin/.local/bin/dev Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
IDENTIFIER="${1:-40}"
toolbox run --container dev$IDENTIFIER tmux ${@:2}