This website works better with JavaScript.
Home
Help
Sign In
hms
/
rasoberry-noaa
mirror of
https://github.com/reynico/raspberry-noaa.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
replace shebang
tags/v.1.4
Nico Rey
4 years ago
parent
a757583f9c
commit
128aedac26
1 changed files
with
5 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-3
schedule_iss.sh
+ 5
- 3
schedule_iss.sh
View File
@@ -1,10 +1,12 @@
#!/bin/sh
#!/bin/
ba
sh
## debug
## debug
# set -x
# set -x
. ~/.noaa.conf
. "${NOAA_HOME}"/common.sh
## import common lib
. "$HOME/.noaa.conf"
. "$NOAA_HOME/common.sh"
SAT_MIN_ELEV=10
SAT_MIN_ELEV=10
PREDICTION_START=$(/usr/bin/predict -t "${NOAA_HOME}"/predict/amateur.tle -p "${1}" | head -1)
PREDICTION_START=$(/usr/bin/predict -t "${NOAA_HOME}"/predict/amateur.tle -p "${1}" | head -1)
Write
Preview
Loading…
Cancel
Save