3 lines
106 B
Bash
Executable File
3 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
bun ./scripts/generate-hosts.ts > /etc/avahi/hosts
|
|
sudo systemctl restart avahi-daemon |