Skip to content

Commit

Permalink
add weekend chron script
Browse files Browse the repository at this point in the history
Signed-off-by: ivelin <[email protected]>
  • Loading branch information
ivelin committed Mar 3, 2024
1 parent f9c0bf7 commit a76d95a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions weekend.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/bash

# stop on first error
set -e

# gather up to date market data
./canswim gatherdata

# run forecast and upload to hf hub
./canswim forecast

0 comments on commit a76d95a

Please sign in to comment.