spacedb/data/download_sentry.sh
2025-12-08 15:12:52 -05:00

8 lines
141 B
Bash
Executable File

#!/bin/bash -e
pushd $(dirname $0) &>/dev/null
curl -o rawdata/sentry.json https://ssd-api.jpl.nasa.gov/sentry.api?all=1
popd &>/dev/null