blob: d108e359af771cee428a7d4b6603dec5a7a0f9f8 [file] [log] [blame]
Elliott Hughes96510932017-09-28 15:20:40 -07001#!/bin/sh
2DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
3cd $DIR/..
4./libc/tools/genseccomp.py
5
6git diff --exit-code HEAD libc/seccomp/
7exit $?