mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -05:00
Remove uniq -u
This commit is contained in:
parent
c598e229a9
commit
b33995399b
@ -22,7 +22,7 @@ for DIR in $(find * -type d -not -path "*.git*"); do
|
||||
fi
|
||||
done
|
||||
|
||||
cat coverall.out | sort -t: -k1 | uniq -u > coverallsorted.out
|
||||
cat coverall.out | sort -t: -k1 > coverallsorted.out
|
||||
echo "mode: set" | cat - coverallsorted.out > coverall.out
|
||||
rm coverallsorted.out
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user