Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
refs/heads/q
/
.
/
tools
/
update_seccomp.sh
blob: b9e53aa76feac841ab3a818f4e86da0211edf34f [
file
] [
log
] [
blame
]
Sergii Piatakov
564ed96
2017-11-02 17:55:20 +0200
[
diff
] [
blame
]
1
#!/bin/bash
Elliott Hughes
9651093
2017-09-28 15:20:40 -0700
[
diff
] [
blame
]
2
DIR
=
"$( cd "
$
(
dirname
"${BASH_SOURCE[0]}"
)
" && pwd )"
3
cd $DIR
/..
4
./
libc
/
tools
/
genseccomp
.
py
5
6
git diff
--
exit
-
code HEAD libc
/
seccomp
/
7
exit $
?