forked from harry/creotech-sayma-testsuite
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
279 B
13 lines
279 B
2 years ago
|
#!/bin/sh
|
||
|
|
||
|
# Quit all `screen` sessions for Metlino and Saymas
|
||
|
screen -S metlino -X quit
|
||
|
screen -S sayma1amc -X quit
|
||
|
screen -S sayma1rtm -X quit
|
||
|
screen -S sayma2amc -X quit
|
||
|
screen -S sayma2rtm -X quit
|
||
|
echo "All logging has stopped."
|
||
|
|
||
|
# Power off MCH
|
||
|
python3 ~/power_strip/off.py
|