I have a daily job to run every day, however, I want to schedule it in different time slot during weekend(Saturday and Sunday), here is what I have done on Asuswrt cru
1) 50 8,13 * * 1-5 /bin/sh /jffs/scripts/daily_job/listwan-rc-1.sh #listwan-rc-weekday#
2) 50 2 * * 6,7 /bin/sh...