setup.sh 165 B

1234567891011
  1. #!/bin/bash
  2. fw_depends mysql onion
  3. sed -i 's|127.0.0.1|'${DBHOST}'|g' hello.c
  4. make clean
  5. ln -s $IROOT/onion onion
  6. rm -f onion/build/CMakeCache.txt
  7. make
  8. ./hello &