Home | History | Annotate | Download | only in tools
      1 #!/bin/bash
      2 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
      3 cd $DIR/..
      4 ./libc/tools/gensyscalls.py
      5 
      6 git diff --exit-code HEAD libc/arch-*/syscalls/
      7 exit $?
      8