mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 07:05:16 +02:00
3 lines
65 B
Bash
3 lines
65 B
Bash
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
exec dhcpcd -B eth0 $OPTS 1>&2
|