Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1
/
busybox
/
4e78bdb482363ce3d708250ad80a9b303c48ade7
/
.
/
busybox-1.19.3
/
testsuite
/
xargs
/
xargs-works
blob: c95869e89d52102c21d703afbf4bc237d1000c13 [
file
] [
log
] [
blame
]
[
-
n
"$d"
]
||
d
=..
find
"$d"
-
name \*works
-
type f
|
xargs md5sum
>
logfile
.
gnu
find
"$d"
-
name \*works
-
type f
|
busybox xargs md5sum
>
logfile
.
bb
diff
-
u logfile
.
gnu logfile
.
bb