Adds scripts

This commit is contained in:
Matheus Albino Brunhara
2024-11-19 08:57:18 -03:00
parent baaa076796
commit 3663cd0d05
2 changed files with 18 additions and 0 deletions

3
scripts/shell/ports-in-use.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
sudo lsof -i -P -n | grep LISTEN