mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-12 22:53:31 +01:00
6 lines
66 B
Text
6 lines
66 B
Text
|
#!/bin/bash
|
||
|
|
||
|
if [[ $(command -v redshift) ]]; then
|
||
|
redshift &
|
||
|
fi
|