mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-07-15 15:29:41 +03:00
Move old config to old-dots branch
This commit is contained in:
27
.config/crontab
Normal file
27
.config/crontab
Normal file
@ -0,0 +1,27 @@
|
||||
|
||||
DISPLAY=:0
|
||||
XDG_RUNTIME_DIR=/run/user/1000
|
||||
|
||||
|
||||
# Example of job definition:
|
||||
# .---------------- minute (0 - 59)
|
||||
# | .------------- hour (0 - 23)
|
||||
# | | .---------- day of month (1 - 31)
|
||||
# | | | .------- month (1 - 12) OR Jan-Dec
|
||||
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR SUN-SAT
|
||||
# | | | | |
|
||||
# * * * * * user-name command to be executed
|
||||
|
||||
# * any value
|
||||
# , value list separator
|
||||
# - range of values
|
||||
# / step values
|
||||
|
||||
* * * * * /home/sahin/scripts/check-battery.sh 6
|
||||
|
||||
# At every 15th minute past every hour from 6 through 19.
|
||||
*/15 06-19 * * * curl 'https://sks.itu.edu.tr/ExternalPages/sks/yemek-menu-v2/uzerinde-calisilan/yemek-menu.aspx' 2>/dev/null | grep -oP "js-nyro-modal.*?>\K(.+?)(?=<[is].*>)" > /home/sahin/.cronresults/todaysmenu
|
||||
|
||||
* * * * * cat /var/spool/cron/sahin > /home/sahin/.config/crontab
|
||||
|
||||
* * * * * /home/sahin/GitRepositories/binary-wallpaper/set_binary_wallpaper.sh
|
Reference in New Issue
Block a user