test.sh 88 B

1234567
  1. #! /bin/bash
  2. testrpc &
  3. trpc_pid=$!
  4. node_modules/truffle/cli.js test
  5. kill -9 $trpc_pid