Sign in
gerrit
/
gerrit
/
/
6a6d5c98d7fb6a911277da028f4383120f97c33f
/
.
/
tools
/
bzl
/
test_empty.sh
blob: 0d4398d2bc2ad0e00ba899f3c49a2989b8656819 [
file
]
#!/bin/sh
if
test
-
s $1
then
echo
"$1 not empty:"
cat $1
exit
1
fi