diff options
author | pdp8 <pdp8@pdp8.info> | 2023-06-03 19:38:21 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-06-03 19:38:21 +0200 |
commit | c727922afd124ae59e05b2da56634a271863f8af (patch) | |
tree | 8be6dae1b73a9c7db328a5cddb683348734ef95a /watch | |
parent | 23d72528a829e080ca6a508a217a700f04217d4a (diff) |
public dirs ignored
Diffstat (limited to 'watch')
-rwxr-xr-x | watch | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#!/usr/bin/env fish +while inotifywait -qqe modify activitypub.rb + sudo systemctl restart social.service +end |