4 lines
60 B
Bash
4 lines
60 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
pgrep redshift-gtk || { redshift-gtk & }
|