1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-15 08:31:05 +02:00

8 lines
107 B
Plaintext
Raw Normal View History

#!/bin/sh
RARPD=/usr/sbin/rarpd
DEFAULT=/etc/default/rarpd
[ -f $DEFAULT ] && . $DEFAULT
$RARPD $OPTIONS