mirror of
https://github.com/eddyem/small_tel.git
synced 2026-03-20 00:31:00 +03:00
add EQUINOX, pier side and JD to stellarium daemon
This commit is contained in:
9
Daemons/astrosib/HWon
Executable file
9
Daemons/astrosib/HWon
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user