5 lines
160 B
Bash
5 lines
160 B
Bash
#!/bin/bash
|
|
MMSI=#MMSI of the ship to track
|
|
KEY=#OpenShipData API key
|
|
DATA_FILE=# output file location
|
|
NTFY_ENDPOINT=# address of ntfy endpoint with topic name
|