Skip to content

Commit

Permalink
cron stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHodson committed Jan 19, 2025
1 parent 245efce commit 781e293
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ examples/notebooks/
.ipynb_checkpoints/
*.odb
# *.ipynb
cron_logs.txt
cron_logs_acronet.txt
cron_logs_meteotracker.txt
cron_logs*
9 changes: 9 additions & 0 deletions cron_sck.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
cd /home/math/IonBeam
export ODC_ENABLE_WRITING_LONG_STRING_CODEC=1
echo Acronet `date` >> smart_citizen_kit
/home/math/.venv/bin/python -m ionbeam \
./config -vvvv \
--env ewc \
--sources smart_citizen_kit \
--logfile cron_logs_smart_citizen_kit.txt

0 comments on commit 781e293

Please sign in to comment.