11 lines
179 B
Bash
Executable file
11 lines
179 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
## WizardKit: HW Diagnostics Launcher
|
|
|
|
source launch-in-tmux
|
|
|
|
SESSION_NAME="hw-diags"
|
|
WINDOW_NAME="Hardware Diagnostics"
|
|
TMUX_CMD="hw-diags.py"
|
|
|
|
launch_in_tmux "$@"
|