9651093569
And get back up to date by actually running them... Bug: N/A Test: uploaded this Change-Id: I54fec461190e8570929fdcbcbf2746ddd6a4b293
7 lines
153 B
Bash
Executable file
7 lines
153 B
Bash
Executable file
#!/bin/sh
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
cd $DIR/..
|
|
./libc/tools/genseccomp.py
|
|
|
|
git diff --exit-code HEAD libc/seccomp/
|
|
exit $?
|