From 74378829ebe3da4d339bdff37a00675bfc12118f Mon Sep 17 00:00:00 2001 From: pdp8 Date: Sun, 4 Jun 2023 09:56:44 +0200 Subject: css, wait updates --- watch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'watch') diff --git a/watch b/watch index 46f9a85..d8a276d 100755 --- a/watch +++ b/watch @@ -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 -- cgit v1.2.3