#!/bin/sh
. ~/.sd.sh
svportmap &
svdaemon &

sostart

killall svdaemon >/dev/null 2>&1
killall svportmap >/dev/null 2>&1
