We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0399cb9 commit d406d26Copy full SHA for d406d26
run-spotify-viber.sh
@@ -2,8 +2,8 @@
2
3
#then make sure to make this file executable by running chmod +x run-spotify-viber.sh
4
#then add this to your crontab by running crontab -e and adding the following line:
5
-#0 0 * * * /path/to/your/run-spotify-viber.sh
6
-#this will run the script every day at midnight, to make it run at 11:15 am you would do:
+#0 10 * * * /path/to/your/run-spotify-viber.sh
+#this will run the script every day at 10:00
7
8
#you can change the time by changing the first two numbers, the first one is the minute and the second one is the hour
9
0 commit comments