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