Created
September 27, 2018 05:32
-
-
Save rocky1138/e71fe41915720d376651b9bcd271c879 to your computer and use it in GitHub Desktop.
Daemonize redshift (Guelph)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
screen -dmS "redshift" | |
screen -S "redshift" -p 0 -X stuff "redshift -l 43.5448:-80.2482 -b 1.0:0.5$(printf \\r)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment