stop.sh 100 B

1234
  1. #! /bin/bash
  2. #
  3. ps ax | grep solana-test-validator | grep -v grep | awk '{print $1}' | xargs kill -9