crontab -l && echo "schedule"

cron-generator

presets

every minute every hour daily midnight weekly sunday monthly 1st every 5 min every 2 hours weekdays 9:30

input







output

set fields and click generate

api

curl -X POST https://freeforyou.win/api/cron-generate \
  -H "Content-Type: application/json" \
  -d '{"minute":"0","hour":"*","day":"*","month":"*","weekday":"*"}'