Commit 13ac16a4 authored by 于飞's avatar 于飞

启服脚本

parent 1cd0211d
#!/bin/bash
echo Starting...
if [ ! -d datamining ] ; then
mkdir datamining
fi
if [ ! -d jfxt ] ; then
mkdir jfxt
fi
export LC_ALL=C
echo "`pwd`" >> ./pwd.txt
nohup ./BufferServer > /dev/null 2>&1 &
sleep 1
nohup ./LogicServer > /dev/null 2>&1 &
sleep 1
nohup ./GatewayServer > /dev/null 2>&1 &
echo Done!
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment