WizardKit/scripts/hw-diags
2020-01-16 19:40:57 -07:00

11 lines
180 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.py"
launch_in_tmux "$@"