KillProcesses.sh 49 B

1234
  1. #!/usr/bin/env bash
  2. pkill dotnet || true
  3. exit 0