test.sh 68 B

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