Merge branch 'project-overhaul' into dev
This commit is contained in:
commit
cb0d411605
2 changed files with 2 additions and 2 deletions
|
|
@ -17,6 +17,6 @@ source ./launch-in-tmux
|
|||
|
||||
SESSION_NAME="ddrescue-tui"
|
||||
WINDOW_NAME="ddrescue TUI"
|
||||
TMUX_CMD="./ddrescue-tui.py"
|
||||
TMUX_CMD="ddrescue-tui.py"
|
||||
|
||||
launch_in_tmux "$@"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@ source ./launch-in-tmux
|
|||
|
||||
SESSION_NAME="hw-diags"
|
||||
WINDOW_NAME="Hardware Diagnostics"
|
||||
TMUX_CMD="./hw-diags.py"
|
||||
TMUX_CMD="hw-diags.py"
|
||||
|
||||
launch_in_tmux "$@"
|
||||
|
|
|
|||
Loading…
Reference in a new issue