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