1
0
mirror of https://github.com/clearml/dropbear synced 2025-02-25 05:13:50 +00:00
dropbear/dropbear_lint.sh
2020-05-24 13:15:24 +08:00

9 lines
111 B
Bash
Executable File

#!/bin/sh
EXITCODE=0
# #ifdef instead of #if
grep '#ifdef DROPBEAR' -I *.c *.h && EXITCODE=1
exit $EXITCODE