Ports alias hinzugefügt

This commit is contained in:
2023-07-30 19:56:40 +02:00
parent b275fb5bdc
commit 4e6b4e99c3

View File

@@ -31,3 +31,8 @@ function touch($file) { "" | Out-File $file -Encoding ASCII }
function cdd { function cdd {
Set-Location ~/downloads Set-Location ~/downloads
} }
# Offene Ports anzeigen
function ports {
netstat -an | Select-String ABHÖREN
}