Run redshift with verbosity
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
set -o errexit
|
||||
|
||||
main() {
|
||||
exec redshift -l "$(__get_lat_lon)"
|
||||
exec redshift -l "$(__get_lat_lon)" -v
|
||||
}
|
||||
|
||||
__get_lat_lon() {
|
||||
|
Reference in New Issue
Block a user