From 3745bef2545c78d17af3b25fe8d41b07568c2f25 Mon Sep 17 00:00:00 2001 From: va7eex Date: Sat, 4 Feb 2017 21:17:08 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b427552..60d1300 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,5 @@ This requires the following: To begin please run get_tle.py, preferably add it to a daily cron task. Afterwards run "bash sats.sh NOAA-##" for NOAA-15, -18, or -19 (your preference). Occasionally things will get backed up and its best to clear everything in the pending At jobs with the following command: + for i in `atq | awk '{print $1}'`;do atrm $i;done