setup.sh 121 B

123456789
  1. #!/bin/bash
  2. export ONION_LOG=noinfo
  3. make clean
  4. ln -s $IROOT/onion onion
  5. rm -f onion/build/CMakeCache.txt
  6. make
  7. ./hello &