bin/xrdbupdate

6 lines
94 B
Bash
Executable File

#!/bin/sh
xrdb ~/.Xresources
for file in "~/.xrdb/*.xresources"; do
xrdb -merge "$file"
done