apply.sh 268 B

123456789
  1. #!/bin/sh
  2. # apply.sh:
  3. # run spatch with appropriate includes and builtins for the Tor source code
  4. top="$(dirname "$0")/../.."
  5. spatch -macro_file_builtins "$top"/scripts/coccinelle/tor-coccinelle.h \
  6. -I "$top" -I "$top"/src -I "$top"/ext --defined COCCI "$@"