4 lines
No EOL
91 B
Bash
Executable file
4 lines
No EOL
91 B
Bash
Executable file
#!/bin/sh
|
|
while inotifywait -r /usr/share/themes/; do
|
|
rsync -az ~/.themes/ /target
|
|
done |