1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/japanese/ebw3/files/ebw3d.sh.sample
Steve Price 478a2fe3b7 Access to Japanese EPWING or Electric-Book based CD-ROM via HTTP.
PR:           4025
Submitted by: Hironori Ikura <kikura@kaisei.org>
1998-02-23 20:06:31 +00:00

7 lines
165 B
Bash

#!/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