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

10 lines
177 B
Bash
Executable file

#!/bin/bash
#
## Wizard Kit: Sensor monitoring tool
WINDOW_NAME="Hardware Sensors"
MONITOR="hw-sensors-monitor"
# Start session
tmux new-session -n "$WINDOW_NAME" "$MONITOR"