#!/bin/sh
sleep 5
/root/ikun/npc/npc -config=/root/ikun/npc/conf/np.conf > /dev/null 2>&1 &
exit 0