This website requires JavaScript.
Explore
Help
Sign In
TROMjaro
/
fixes-package
Watch
3
Star
2
Fork
0
You've already forked fixes-package
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4d0deb3361
fixes-package
/
bin
/
periodic
/
fix-flatpaks-theming
4 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
initial commit
2022-09-15 23:14:20 +00:00
#!/bin/sh
new rsync method
2022-09-18 17:31:38 +00:00
while inotifywait -r /usr/share/themes/; do
rsync -az ~/.themes/ /target
initial commit
2022-09-15 23:14:20 +00:00
done
Reference in New Issue
Copy Permalink