From d1187451a7432fe5e11080f30dece650056a0909 Mon Sep 17 00:00:00 2001 From: medusa Date: Fri, 1 Aug 2025 05:03:01 -0500 Subject: [PATCH] Update projects/curl.md --- projects/curl.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/curl.md b/projects/curl.md index f2a1860..e2a1155 100644 --- a/projects/curl.md +++ b/projects/curl.md @@ -85,4 +85,7 @@ This guide should serve as a comprehensive starting point for both basic and adv ```bash curl -I "https://prod-grants-gov-chatbot.s3.amazonaws.com/extracts/GrantsDBExtract$(date +\%Y\%m\%d)v2.zip" +``` +```bash +watch -n 1 'ls -l /home/medusa/grants_extracts/; tail -n 5 /home/medusa/cron.log' ``` \ No newline at end of file