mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-19 15:27:16 -05:00
7 lines
111 B
Bash
Executable File
7 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pkill -f "firebase emulators" 2>/dev/null || true
|
|
pkill -f "java.*emulator" 2>/dev/null || true
|
|
|
|
|