From 594fb6816a1445524ef08df35f5abcebda742986 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Tue, 16 Sep 2025 21:22:34 -0700 Subject: [PATCH] too easy --- scripts/generate-hosts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/generate-hosts.sh b/scripts/generate-hosts.sh index 3f8ea3c..1b8003d 100755 --- a/scripts/generate-hosts.sh +++ b/scripts/generate-hosts.sh @@ -1,2 +1,3 @@ +#!/usr/bin/env bash bun ./scripts/generate-hosts.ts > /etc/avahi/hosts sudo systemctl restart avahi-daemon \ No newline at end of file