1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/japanese/ebw3/files/ebw3d.sh.sample

7 lines
165 B
Plaintext
Raw Normal View History

#!/bin/sh
if [ -f /usr/local/libexec/ebw3d \
-a -f /usr/local/etc/ebw3d.conf ]; then
/usr/local/libexec/ebw3d > /var/log/ebw3d.log 2>&1 &
echo -n ' ebw3d'
fi