5 lines
107 B
Bash
Executable File
5 lines
107 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
printf '%s' "parsing .Xresources" >>"$LOGFILE"
|
|
xrdb -merge ~/.Xresources &>> $LOGFILE
|