|
|
|
@ -1,12 +1,6 @@
@@ -1,12 +1,6 @@
|
|
|
|
|
#!/usr/bin/env bash |
|
|
|
|
set -eu |
|
|
|
|
|
|
|
|
|
PATTERN="-e ." |
|
|
|
|
|
|
|
|
|
if [ $# -gt 0 ]; then |
|
|
|
|
PATTERN="$1" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
exec find boards msg src platforms test \ |
|
|
|
|
-path msg/templates/urtps -prune -o \ |
|
|
|
|
-path platforms/nuttx/NuttX -prune -o \ |
|
|
|
@ -27,4 +21,4 @@ exec find boards msg src platforms test \
@@ -27,4 +21,4 @@ exec find boards msg src platforms test \
|
|
|
|
|
-path src/lib/crypto/monocypher -prune -o \ |
|
|
|
|
-path src/lib/crypto/libtomcrypt -prune -o \ |
|
|
|
|
-path src/lib/crypto/libtommath -prune -o \ |
|
|
|
|
-type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.hpp" \) | grep $PATTERN |
|
|
|
|
-type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.hpp" \) |
|
|
|
|