mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 22:03:52 -07:00
6 lines
143 B
Bash
Executable file
6 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
|