Skip to content

Instantly share code, notes, and snippets.

@rocky1138
Created September 27, 2018 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rocky1138/e71fe41915720d376651b9bcd271c879 to your computer and use it in GitHub Desktop.
Save rocky1138/e71fe41915720d376651b9bcd271c879 to your computer and use it in GitHub Desktop.
Daemonize redshift (Guelph)
#!/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