CatwalkGlimpse-AISelections/run.sh

16 lines
274 B
Bash
Raw Permalink Normal View History

2024-01-31 13:32:37 +08:00
#!/bin/bash
2024-02-01 09:43:35 +08:00
cd /home/ubuntu/fine_tuning/CatwalkGlimpse-AISelections
2024-01-31 13:40:14 +08:00
git config --global user.name "go2coding"
2024-01-31 13:32:37 +08:00
git pull
2024-02-05 10:39:44 +08:00
python3 Scraper.py
python3 FindNew.py
python3 SendMail.py
2024-01-31 13:32:37 +08:00
git add ./
today=$(date +%Y%m%d)
git commit -m "${today} new update"
git push -u origin main