blob: b9e53aa76feac841ab3a818f4e86da0211edf34f [file] [log] [blame]
Sergii Piatakov564ed962017-11-02 17:55:20 +02001#!/bin/bash
Elliott Hughes96510932017-09-28 15:20:40 -07002DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
3cd $DIR/..
4./libc/tools/genseccomp.py
5
6git diff --exit-code HEAD libc/seccomp/
7exit $?