From 3e818d63117c5c831b0479db4021dcd7a6f38cd9 Mon Sep 17 00:00:00 2001 From: ened Date: Wed, 12 Feb 2025 07:35:45 +0900 Subject: [PATCH] Add current cron job config --- crontab.config | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 crontab.config diff --git a/crontab.config b/crontab.config new file mode 100644 index 0000000..c5cd4b4 --- /dev/null +++ b/crontab.config @@ -0,0 +1,10 @@ +50 8 * * 1-5 cd ~/Kiss/bin && ./shop.sh +1 9-16 * * 1-5 cd ~/Kiss/bin && ./now_all.sh +*/10 9-16 * * 1-5 cd ~/Kiss/bin && ./top_all.sh +10 18 * * 1-5 cd ~/Kiss/bin && ./push.sh "top30,price" +30 18 * * 1-5 cd ~/Kiss/bin && ./candle_all.sh +0 22 * * 1-5 cd ~/Kiss/bin && ./shorts_all.sh +30 22 * * 1-5 cd ~/Kiss/bin && ./investor_all.sh +50 22 * * 1-5 cd ~/Kiss/bin && ./candle_day_all.sh +20 23 * * 1-5 cd ~/Kiss/bin && ./db_candle_today.sh +0 22 * * 0 cd ~/Kiss/bin && ./candle_week_all.sh