This commit is contained in:
biosvos
2026-08-07 17:38:18 +09:00
commit 873193a243
9613 changed files with 2755992 additions and 0 deletions
+20
View File
@@ -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