init
This commit is contained in:
3
fish/functions/get_open_ports.fish
Normal file
3
fish/functions/get_open_ports.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function get_open_ports --wraps='netstat -tunlp' --description 'alias get_open_ports=netstat -tunlp'
|
||||
netstat -tunlp $argv;
|
||||
end
|
Reference in New Issue
Block a user