Skip to content

Commit d406d26

Browse files
committed
feat:provide auto-runner shell script
1 parent 0399cb9 commit d406d26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-spotify-viber.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
#then make sure to make this file executable by running chmod +x run-spotify-viber.sh
44
#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:
5+
#0 10 * * * /path/to/your/run-spotify-viber.sh
6+
#this will run the script every day at 10:00
77

88
#you can change the time by changing the first two numbers, the first one is the minute and the second one is the hour
99

0 commit comments

Comments
 (0)