bin/xrdbupdate
2018-05-17 15:52:42 -05:00

6 lines
92 B
Bash
Executable File

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