diff options
Diffstat (limited to 'watch')
-rwxr-xr-x | watch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh while inotifywait -qq -r ./ -e create,delete,modify; do - update + ./update #rsync -a --exclude='.git/' --exclude='watch' --exclude='generate-digest.rb' --exclude='.gitignore' --exclude='TODO' --filter=":- .gitignore" ./ /srv/social/ sudo systemctl restart social.service done |