tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

apply.sh (268B)


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