fixes-package/bin/periodic/fix-flatpaks-theming
2022-09-18 19:31:38 +02:00

4 lines
No EOL
91 B
Bash
Executable file

#!/bin/sh
while inotifywait -r /usr/share/themes/; do
rsync -az ~/.themes/ /target
done