run.sh 109 B

12345
  1. #!/usr/bin/env bash
  2. export NODE_NO_WARNINGS=1
  3. cd "$(dirname "$0")/../../.."
  4. node test/run.js mods/forum "$@"