* Script work is brought into better focus * New layout will be used to better package the python scripts * No hidden folders (they will be hidden at build time) * All building should be done under setup/ * Avoids ambiguous .bin/.cbin folders at root of project
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 "$@"
|