mirror of
https://github.com/eddyem/small_tel.git
synced 2025-12-06 02:35:14 +03:00
10 lines
235 B
Bash
Executable File
10 lines
235 B
Bash
Executable File
#!/bin/bash
|
|
# start observation: open everything, turn on power etc
|
|
export http_proxy=""
|
|
|
|
echo "Turn OFF mount"
|
|
ssh obs@192.168.70.34 ~/bin/MOUNTpoweronoff
|
|
sleep 30
|
|
echo "Turn OFF hardware power"
|
|
ssh obs@192.168.70.34 ~/bin/HWpoweroff
|