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