mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-20 07:44:01 -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
|
|
|
|
|