diff options
author | pdp8 <pdp8@pdp8.info> | 2023-09-24 12:28:40 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-09-24 12:28:40 +0200 |
commit | 6100f9971b74ee4d3449155beb881a69017a296d (patch) | |
tree | bd2511b705847add76ea952ab6dd17aa1c0068c6 /watch | |
parent | 4dabdfb47154014f491462b026882102b5e668e3 (diff) |
undo reactivated, object names without published date, find_object helper
Diffstat (limited to 'watch')
-rwxr-xr-x | watch | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,6 +1,4 @@ #!/bin/sh while inotifywait -qq -r ./ -e create,delete,modify; do ./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 |