Create stop_server.sh

This commit is contained in:
Chigozirim Igweamaka 2024-05-18 07:26:26 +01:00 committed by GitHub
parent e1a64ede4b
commit 6685aea30f

1
scripts/stop_server.sh Normal file
View file

@ -0,0 +1 @@
sudo kill -9 $(sudo lsof -t -i:5000)