mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
4 lines
120 B
Bash
Executable file
4 lines
120 B
Bash
Executable file
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
diff -I\$\FreeBSD $1 $2 | grep '^-' >/dev/null && printf "\tDIFFER: $1 $2\n" && exit 0 || exit 0
|