Files

5 lines
77 B
Plaintext
Raw Permalink Normal View History

2025-12-02 21:16:28 +07:00
#!/bin/bash
[ -v "$1" ] && ss -tunple | grep "$1"
[ -z "$1" ] && ss -tunple