base
This commit is contained in:
Executable
+20
@@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Description : process compile test by huibong
|
||||
#
|
||||
|
||||
|
||||
PROG_NAME=rc_apid
|
||||
|
||||
|
||||
killall $PROG_NAME
|
||||
gmake clean
|
||||
killall $PROG_NAME
|
||||
|
||||
gmake
|
||||
sleep 1
|
||||
./$PROG_NAME -c ../rcts.conf
|
||||
|
||||
sleep 1
|
||||
ps aux | grep $PROG_NAME | grep -v grep | grep -v tail
|
||||
|
||||
Reference in New Issue
Block a user