mirror of
https://github.com/noerw/sentinel_fire
synced 2025-03-12 18:00:28 +01:00
4 lines
139 B
Text
4 lines
139 B
Text
#!/bin/sh
|
|
|
|
# once every 15 mins
|
|
30 */12 * * * * /app/bin/s2_pipeline -a "$S2_AOI" -s NOW-5DAYS -e NOW -o "$S2_OUTDIR" -c $S2_CLOUDCOVERAGE
|