check-port: added
This commit is contained in:
4
check-port
Executable file
4
check-port
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
[ -v "$1" ] && ss -tunple | grep "$1"
|
||||
[ -z "$1" ] && ss -tunple
|
||||
Reference in New Issue
Block a user