diff options
author | pdp8 <pdp8@pdp8.info> | 2023-06-04 09:56:44 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-06-04 09:56:44 +0200 |
commit | 74378829ebe3da4d339bdff37a00675bfc12118f (patch) | |
tree | 2182bff3475d7065f565954442b41ce6924ce642 /watch | |
parent | c727922afd124ae59e05b2da56634a271863f8af (diff) |
css, wait updates
Diffstat (limited to 'watch')
-rwxr-xr-x | watch | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,5 @@ -#!/usr/bin/env fish -while inotifywait -qqe modify activitypub.rb +#!/bin/sh +while inotifywait -qq -r ./ -e create,delete,modify; do + rsync -a --exclude='.git/' --exclude='watch' --filter=":- .gitignore" ./ /srv/social/ sudo systemctl restart social.service -end +done |