Hello,
I use a dummy script at '/bin/rdshft.bash' for a single shot applying of 'redshift' command with its options, the content of the command 'rdshft.bash' is:
#!/bin/bash
redshift -v -P -l 28.00:78.00 -t 3200:2400
So, yesterday I decided to add the 'rdshft.bash' to the crontab for automatic...