mirror of
https://github.com/CompassConnections/Compass.git
synced 2025-12-23 22:18:43 -05:00
7 lines
67 B
Bash
Executable File
7 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
|
|
kill $(fuser -k 3000/tcp)
|
|
kill $(fuser -k 8088/tcp)
|
|
|
|
|