bin/xrdbupdate

6 lines
92 B
Plaintext
Raw Normal View History

#!/bin/sh
xrdb ~/.Xresources
2018-05-17 15:52:42 -05:00
for file in ~/.xrdb/*.xresources; do
xrdb -merge "$file"
done