Update aliases.sh.tmpl
This commit is contained in:
parent
3491425512
commit
9f683db1a7
1 changed files with 3 additions and 0 deletions
|
@ -200,6 +200,9 @@ function pf-format() {
|
|||
docker run --rm -i ghcr.io/tkcert/pffocus "$*"
|
||||
}
|
||||
|
||||
# Output plist in readable format
|
||||
alias plcat='plutil -convert xml1 -o -'
|
||||
|
||||
# Show open ports
|
||||
alias ports='sudo netstat -tulanp'
|
||||
|
||||
|
|
Loading…
Reference in a new issue