jonathanio / update-systemd-resolved

Helper script for OpenVPN to directly update the DNS settings of a link through systemd-resolved via DBus.
Other
761 stars 94 forks source link

Use `#!/usr/bin/env bash` as the shebang in `run-tests` #111

Closed tomeon closed 1 year ago

tomeon commented 1 year ago

This replaces #!/bin/bash, which is less portable.