python程序
import subprocess
import sys
while(1):
subprocess.call("/home/your_host_name/caffe/detection_position/test_code/new/call_parse_position.sh", shell=True)
call_parse_position.sh 文件
#!/bin/bash
#
#
#gcc m1.cpp -o m1_run
echo "start run parse_position"
./parse_position_run
exit 0