初始化提交

This commit is contained in:
dxin
2025-10-13 11:05:51 +08:00
commit ab171d45bb
301 changed files with 59788 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
source ~/.bashrc
conda activate py310
cd /data/webapps/yt_data_update/
pip install -r requirements.txt
python update_yt_week.py >> logs/yt_up_date_week_outup/output_week_$(date +%F).log 2>&1 &