mirror of
https://github.com/KaringX/karing-ruleset.git
synced 2025-06-13 23:04:15 +08:00
merge again
This commit is contained in:
parent
fc1320eb3c
commit
bf0250aa81
@ -49,17 +49,14 @@ for file1 in $(ls *.srs); do
|
|||||||
if [ ! -f $file2 ]; then
|
if [ ! -f $file2 ]; then
|
||||||
cp $file1 $file2
|
cp $file1 $file2
|
||||||
echo "${fsub}/${filename2}" >> $LOG_FILE
|
echo "${fsub}/${filename2}" >> $LOG_FILE
|
||||||
fi
|
|
||||||
if [[ " ${SPECIAL_CODES[@]} " =~ " $ccode " ]]; then
|
elif [[ " ${SPECIAL_CODES[@]} " =~ " $ccode " ]]; then
|
||||||
cp $file1 $file2
|
cp $file1 $file2
|
||||||
echo "${fsub}/${filename2}" >> $LOG_FILE
|
echo "${fsub}/${filename2}" >> $LOG_FILE
|
||||||
# echo $ccode
|
# echo -e "\n\t$ccode $file1"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
cat $LOG_FILE
|
cat $LOG_FILE
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#END FILE
|
#END FILE
|
Loading…
x
Reference in New Issue
Block a user