2024-10-10
This commit is contained in:
7
core/judge_client/loggedcalls.sh
Executable file
7
core/judge_client/loggedcalls.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
|
||||
CALLS=""
|
||||
for x in `grep CALLID\: /home/judge/log/client.log|awk -F: '{print $4}'|awk '{print $1}'|sort -nu `
|
||||
do
|
||||
CALLS="$CALLS,$x"
|
||||
done
|
||||
echo "int LANG_CV[CALL_ARRAY_SIZE]={0$CALLS,0};"
|
||||
Reference in New Issue
Block a user