Ports alias hinzugefügt
This commit is contained in:
@@ -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
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user