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