3 lines
59 B
Bash
3 lines
59 B
Bash
|
|
#!/bin/sh
|
||
|
|
dnsmasq -u "$USER" --conf-file=dnsmasq.conf "$@"
|