nohup python -m SimpleHTTPServer 8000 > myout.file 2>&1 &
#!/bin/bashkill `ps -ef | grep http.server| grep -v grep|awk '{print $2}'`cd /home/liuyoushui/tmp_phone/phone_data && nohup python3 -m http.server 8000 2>&1 &