mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 04:57:53 +00:00
be7ce4110e
This reverts commit e96515433d
.
7 lines
143 B
Bash
Executable File
7 lines
143 B
Bash
Executable File
#! /bin/sh
|
|
set -eu
|
|
|
|
MARKER='include.*ignore-deprecated-pre'
|
|
FILES="src include tools/*.cxx test config-tests"
|
|
grep -Ircl $MARKER $FILES | sort
|