WizardKit/scripts/outer_scripts_to_review/ddrescue-tui
2Shirt ac2e5a4fcf
New project orgnization
* Match upstream layout for the benefits listed there
2020-01-08 00:28:56 -07:00

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 "$@"