mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-03 03:36:41 +00:00
7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
|
#! /bin/sh
|
||
|
set -eu
|
||
|
|
||
|
MARKER='include.*ignore-deprecated-pre'
|
||
|
FILES="src include tools/*.cxx test config-tests"
|
||
|
grep -Ircl $MARKER $FILES | sort
|