* Generic run cmd in tmux wrapper * ddrescue-tui and hw-diags source this script to run their respective menus * Reduces duplicate code
11 lines
182 B
Bash
Executable file
11 lines
182 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
## Wizard Kit: HW Diagnostics Launcher
|
|
|
|
source launch-in-tmux
|
|
|
|
SESSION_NAME="hw-diags"
|
|
WINDOW_NAME="Hardware Diagnostics"
|
|
TMUX_CMD="hw-diags-menu"
|
|
|
|
launch_in_tmux "$@"
|